home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / os2 / os2trace.zip / PMOS2TRC.HLP (.txt) < prev    next >
OS/2 Help File  |  1997-05-20  |  110KB  |  3,828 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Help for OS/2 2.10+ ΓòÉΓòÉΓòÉ
  3.  
  4. This API is only available on OS/2 Version 2.10 or later. 
  5.  
  6.  
  7. ΓòÉΓòÉΓòÉ 2. Help for OS/2 2.30+ ΓòÉΓòÉΓòÉ
  8.  
  9. This API is only available on OS/2 Version 2.30 (Warp) or later. 
  10.  
  11.  
  12. ΓòÉΓòÉΓòÉ 3. Help for OS/2 2.40+ ΓòÉΓòÉΓòÉ
  13.  
  14. This API is only available on OS/2 Version 2.40 (Warp Version 4) or later. 
  15.  
  16.  
  17. ΓòÉΓòÉΓòÉ 4. Help for OS/2 API Trace ΓòÉΓòÉΓòÉ
  18.  
  19. Use OS/2 API Trace to enable and/or disable the tracing of 16-bit and 32-bit 
  20. OS/2 APIs imported by an executable file without affecting its source code. 
  21. Also use OS/2 API Trace to customize and summarize the tracing of 16-bit and 
  22. 32-bit OS/2 APIs. 
  23.  
  24. For a detailed explanation of each menu item, select from the list below: 
  25.  
  26.  o  Enable 
  27.  o  Customize 
  28.  o  Summarize 
  29.  o  Options 
  30.  
  31.  
  32. ΓòÉΓòÉΓòÉ 5. Help for Enable ΓòÉΓòÉΓòÉ
  33.  
  34. Select Enable to enable and/or disable the tracing of OS/2 APIs imported by an 
  35. executable file. 
  36.  
  37. This is accomplished by processing each entry in the table of strings within 
  38. the executable file that contains the names of the imported DLLs. If the entry 
  39. represents one of the supported OS/2 DLLs and the user requests enablement of 
  40. API tracing for this DLL, the entry is replaced with the name of the 
  41. appropriate trace DLL. When the executable file is invoked, the trace DLL 
  42. intercepts API calls to its corresponding OS/2 DLL, logs API input information, 
  43. invokes the API, and logs API output information. If the entry represents one 
  44. of the trace DLLs and the user requests disablement of API tracing for this 
  45. DLL, the entry is replaced with the name of the supported OS/2 DLL. When 
  46. finished, the updated table of strings is written to the executable file. 
  47.  
  48. Note:  All private APIs are simply forwarded to the corresponding OS/2 DLL with 
  49. no intervention from the trace DLL. 
  50.  
  51. All levels of information, from the trace-enabled .EXE and/or any trace-enabled 
  52. .DLLs that are attached to the .EXE, are logged to a text file with a file name 
  53. that matches the .EXE file name and an extension of .TRC. This trace 
  54. information file resides in the same directory as the .EXE file. If another 
  55. instance of the same .EXE is already running, the file name of the text file is 
  56. changed to PROC followed by the hexadecimal process identifier (i.e. 
  57. PROC003A.TRC). If this occurs, a warning message is issued. 
  58.  
  59. Note:  If a REXX program loads any trace-enabled .DLLs, all trace information 
  60. is logged to CMD.TRC in the same directory as the CMD.EXE executable that 
  61. loaded the REXX program. 
  62.  
  63. For a detailed explanation of each menu item, select from the list below: 
  64.  
  65.  o  Open File 
  66.  
  67.  
  68. ΓòÉΓòÉΓòÉ 6. Help for Open File ΓòÉΓòÉΓòÉ
  69.  
  70. Use Open file to open an executable file in order to enable and/or disable the 
  71. tracing of OS/2 APIs imported by the file. 
  72.  
  73. Note:  Trace enablement alters the contents of the executable file's import 
  74. module name table. Although this action does not affect the functionality of 
  75. the executable, it does affect its date and time stamp. 
  76.  
  77.  
  78. ΓòÉΓòÉΓòÉ 7. Help for Customize ΓòÉΓòÉΓòÉ
  79.  
  80. Select Customize to customize the tracing of OS/2 APIs. 
  81.  
  82. This is accomplished by storing the state of the trace customization options in 
  83. the operating system's user profile, OS2.INI. The state of these options can 
  84. then be retrieved by the trace DLLs when a trace-enabled executable commences 
  85. running. 
  86.  
  87. For a detailed explanation of each menu item, select from the list below: 
  88.  
  89.  o  Buffer Length 
  90.  o  DOSCALLS APIs 
  91.  o  File Wrapping 
  92.  o  PMGPI APIs 
  93.  o  Logging Level 
  94.  o  Time Stamping 
  95.  o  PMWIN APIs 
  96.  
  97.  
  98. ΓòÉΓòÉΓòÉ 8. Help for Buffer Length ΓòÉΓòÉΓòÉ
  99.  
  100. Use Buffer length to specify the maximum number of bytes of level three trace 
  101. information to log from buffers. Imposing a limit on buffer length is 
  102. especially useful when tracing APIs that input and/or output large arrays 
  103. comprising of: 
  104.  
  105.      ASCIIZ strings 
  106.      Characters (bytes) 
  107.      Colors 
  108.      FIXED structures 
  109.      Integers 
  110.      POINTL structures 
  111.      RECTL structures 
  112.  
  113.  and only the first few entries are needed to provide a general idea of the 
  114.  contents of the entire buffer. 
  115.  
  116.  This window provides the same functionality as OS2TRACE's -B option, and is 
  117.  only effective when logging level three trace information. 
  118.  
  119.  
  120. ΓòÉΓòÉΓòÉ 9. Help for DOSCALLS APIs ΓòÉΓòÉΓòÉ
  121.  
  122. Use DOSCALLS APIs to specify one or more groups of APIs to trace from within 
  123. DOSCALLS.DLL. Limiting the number of groups of DOSCALLS APIs is especially 
  124. useful when only interested in tracing a few specific areas within 
  125. DOSCALLS.DLL, such as: 
  126.  
  127.      Date/time and timer support 
  128.      Device specific, ring 2 support 
  129.      Exception management support 
  130.      File management 
  131.      Infoseg support 
  132.      Memory management 
  133.      Message 
  134.      Miscellaneous 
  135.      Module manager 
  136.      MVDM support 
  137.      Named pipes support 
  138.      National language support 
  139.      Performance 
  140.      Process and thread support 
  141.      Resource support 
  142.      Semaphore support 
  143.      Session manager support 
  144.      Signals 
  145.  
  146.  This window provides the same functionality as OS2TRACE's -D option, and is 
  147.  only effective when DOSCALLS.DLL is enabled for tracing. 
  148.  
  149.  
  150. ΓòÉΓòÉΓòÉ 10. Help for File Wrapping ΓòÉΓòÉΓòÉ
  151.  
  152. Use File wrapping to specify the maximum number of bytes of trace information 
  153. to log before log file wrapping (overwriting from the beginning) occurs. 
  154. Imposing a limit on log file length is especially useful when tracing large 
  155. numbers of APIs, when tracing over extended periods of time, or when disk space 
  156. is limited and only the most recent information is required. 
  157.  
  158. This window provides the same functionality as OS2TRACE's -F option. 
  159.  
  160.  
  161. ΓòÉΓòÉΓòÉ 11. Help for PMGPI APIs ΓòÉΓòÉΓòÉ
  162.  
  163. Use PMGPI APIs to specify one or more groups of APIs to trace from within 
  164. PMGPI.DLL. Limiting the number of groups of PMGPI APIs is especially useful 
  165. when only interested in tracing a few specific areas within PMGPI.DLL, such as: 
  166.  
  167.      Basic PS control 
  168.      Bitmaps and pels operations 
  169.      Default primitive attributes 
  170.      Device contexts 
  171.      Drawing primitives and primitive attributes 
  172.      Inking 
  173.      Logical color tables 
  174.      Metafiles 
  175.      Paths and clipping with paths 
  176.      Phyical and logical fonts with lcids 
  177.      Picking, boundary and correlation 
  178.      Polygons 
  179.      Regions and clipping with regions 
  180.      Segment control and drawing 
  181.      Segment editing via elements 
  182.      Transform and transform conversion 
  183.  
  184.  This window provides the same functionality as OS2TRACE's -G option, and is 
  185.  only effective when PMGPI.DLL is enabled for tracing. 
  186.  
  187.  
  188. ΓòÉΓòÉΓòÉ 12. Help for Logging Level ΓòÉΓòÉΓòÉ
  189.  
  190. Use Logging level to specify the level of trace information to log. Logging 
  191. specific amounts of trace information is especially useful when only interested 
  192. in summarizing trace information (minimum level) or when interested in 
  193. debugging trace information (maximum level). Available trace information levels 
  194. are: 
  195.  
  196.    1. API entry/exit information 
  197.    2. API parameters (includes level one information) 
  198.    3. API parameter contents (includes level two information) 
  199.  
  200.  This window provides the same functionality as OS2TRACE's -L option. 
  201.  
  202.  
  203. ΓòÉΓòÉΓòÉ 13. Help for Time Stamping ΓòÉΓòÉΓòÉ
  204.  
  205. Use Time stamping to specify enablement or disablement of time stamping of API 
  206. entries and exits. Time stamping API entries and exits is especially useful 
  207. when tracing over extended periods of time or when tracing multi-threaded 
  208. applications. 
  209.  
  210. This window provides the same functionality as OS2TRACE's -T option. 
  211.  
  212.  
  213. ΓòÉΓòÉΓòÉ 14. Help for PMWIN APIs ΓòÉΓòÉΓòÉ
  214.  
  215. Use PMWIN APIs to specify one or more groups of APIs to trace from within 
  216. PMWIN.DLL. Limiting the number of groups of PMWIN APIs is especially useful 
  217. when only interested in tracing a few specific areas within PMWIN.DLL, such as: 
  218.  
  219.      Atom manager 
  220.      Clipboard manager 
  221.      Country support 
  222.      Desktop API 
  223.      Dialog boxes 
  224.      Dynamic data exchange 
  225.      Error code definitions 
  226.      Frame manager 
  227.      General window management 
  228.      Hook manager 
  229.      Keyboard accelerators 
  230.      Load/delete library/procedure 
  231.      Menu controls 
  232.      Message management 
  233.      Mouse and keyboard input 
  234.      Mouse pointers 
  235.      Palettes 
  236.      Rectangle routines 
  237.      System values (and colors) 
  238.      Text cursors 
  239.      Thunk procedure API 
  240.      Timer routines 
  241.      WinDefWindowProc 
  242.      WinDispatchMsg and WinGetMsg 
  243.      WinTrackRect() function 
  244.  
  245.  This window provides the same functionality as OS2TRACE's -W option, and is 
  246.  only effective when PMWIN.DLL is enabled for tracing. 
  247.  
  248.  
  249. ΓòÉΓòÉΓòÉ 15. Help for Summarize ΓòÉΓòÉΓòÉ
  250.  
  251. Select Summarize to summarize the tracing of OS/2 APIs. 
  252.  
  253. This is accomplished by parsing the trace information file generated by a 
  254. trace-enabled executable and recording the number of API entries and exits 
  255. logged in the file. When finished, the summary statistics are displayed in 
  256. alphabetical order. 
  257.  
  258. For a detailed explanation of each menu item, select from the list below: 
  259.  
  260.  o  Open File 
  261.  
  262.  
  263. ΓòÉΓòÉΓòÉ 16. Help for Open File ΓòÉΓòÉΓòÉ
  264.  
  265. Use Open file to open a trace information file in order to summarize the 
  266. tracing of OS/2 APIs logged in the file. 
  267.  
  268.  
  269. ΓòÉΓòÉΓòÉ 17. Help for Options ΓòÉΓòÉΓòÉ
  270.  
  271. Select Options to take advantage of optional OS/2 API Trace functionality. 
  272.  
  273. For a detailed explanation of each menu item, select from the list below: 
  274.  
  275.  o  Launch .EXE Files 
  276.  o  Save Window Position 
  277.  
  278.  
  279. ΓòÉΓòÉΓòÉ 18. Help for Launch .EXE Files ΓòÉΓòÉΓòÉ
  280.  
  281. Use Launch .EXE files to enable or diable the launching of .EXE files. If this 
  282. menu item is enabled (checked), a dialog is presented for launching a .EXE file 
  283. whenever any trace enablement changes are saved to the file and the enablement 
  284. window is exited. If this menu item is disabled (unchecked), a dialog is not 
  285. presented for launching a .EXE file. 
  286.  
  287.  
  288. ΓòÉΓòÉΓòÉ 19. Help for Save Window Position ΓòÉΓòÉΓòÉ
  289.  
  290. Use Save window position to save the window's current window position in the 
  291. operating system's user profile, OS2.INI. This window position is then restored 
  292. upon future invocations of OS/2 API Trace. 
  293.  
  294.  
  295. ΓòÉΓòÉΓòÉ 20. Keys Help for OS/2 API Trace ΓòÉΓòÉΓòÉ
  296.  
  297. The following keys can be used as short cuts for commonly performed actions: 
  298.  
  299.  F1        Displays online help information. 
  300.  
  301.  F3        Exits OS/2 API Trace application. 
  302.  
  303.  Ctrl+B    Customizes buffer length. 
  304.  
  305.  Ctrl+D    Customizes DOSCALLS APIs. 
  306.  
  307.  Ctrl+E    Enables and/or disables executable file. 
  308.  
  309.  Ctrl+F    Customizes file wrapping. 
  310.  
  311.  Ctrl+G    Customizes PMGPI APIs. 
  312.  
  313.  Ctrl+L    Customizes logging level. 
  314.  
  315.  Ctrl+P    Saves window position. 
  316.  
  317.  Ctrl+S    Summarizes trace information file. 
  318.  
  319.  Ctrl+T    Customizes time stamping. 
  320.  
  321.  Ctrl+W    Customizes PMWIN GPIs. 
  322.  
  323.  
  324. ΓòÉΓòÉΓòÉ 21. Help for Buffer Length ΓòÉΓòÉΓòÉ
  325.  
  326. Select Log ALL bytes from buffers to log all level three trace information from 
  327. buffers. Select Log maximum of n bytes from buffers to log a maximum number of 
  328. bytes of level three trace information from buffers, using the spin button to 
  329. choose the maximum buffer length which is a multiple of 16 between 16 and 65536 
  330. (64KB), inclusive. 
  331.  
  332. If a buffer is larger than the maximum, the data is truncated and the following 
  333. is logged: 
  334.  
  335. -- More --
  336.  
  337. For a detailed explanation of each button, select from the list below: 
  338.  
  339.  o  OK 
  340.  o  Cancel 
  341.  o  Default 
  342.  o  Undo 
  343.  
  344.  For more information on buffer length, select More on buffer length below. 
  345.  
  346.  Related Information: 
  347.  
  348.  o  More on buffer length 
  349.  
  350.  
  351. ΓòÉΓòÉΓòÉ 22. Help for OK ΓòÉΓòÉΓòÉ
  352.  
  353. Select OK to save any changes to the buffer length settings and exit this 
  354. window. 
  355.  
  356.  
  357. ΓòÉΓòÉΓòÉ 23. Help for Cancel ΓòÉΓòÉΓòÉ
  358.  
  359. Select Cancel to exit this window without saving any changes to the buffer 
  360. length settings. 
  361.  
  362.  
  363. ΓòÉΓòÉΓòÉ 24. Help for Default ΓòÉΓòÉΓòÉ
  364.  
  365. Select Default to change the buffer length settings to those that were active 
  366. when you installed the OS/2 API Trace application. 
  367.  
  368.  
  369. ΓòÉΓòÉΓòÉ 25. Help for Undo ΓòÉΓòÉΓòÉ
  370.  
  371. Select Undo to restore the buffer length settings to those that were active 
  372. before this window was displayed. 
  373.  
  374.  
  375. ΓòÉΓòÉΓòÉ 26. Help for DOSCALLS APIs ΓòÉΓòÉΓòÉ
  376.  
  377. Select one or more groups of APIs to trace when DOSCALLS.DLL is being traced. 
  378. When a check box is selected, the APIs within the corresponding API group are 
  379. traced only when DOSCALLS.DLL is enabled for tracing. When a check box is not 
  380. selected, the APIs within the corresponding API group are not traced even when 
  381. DOSCALLS.DLL is enabled for tracing. 
  382.  
  383. For a detailed explanation of each button, select from the list below: 
  384.  
  385.  o  DEV 
  386.  o  FILE 
  387.  o  INFO 
  388.  o  MEM 
  389.  o  MISC 
  390.  o  MOD 
  391.  o  MSG 
  392.  o  MVDM 
  393.  o  NLS 
  394.  o  PIPE 
  395.  o  PRF 
  396.  o  PROC 
  397.  o  RES 
  398.  o  SEM 
  399.  o  SES 
  400.  o  SIG 
  401.  o  TIME 
  402.  o  XCPT 
  403.  o  OK 
  404.  o  Cancel 
  405.  o  Clear 
  406.  o  Default 
  407.  o  Undo 
  408.  
  409.  For more information on DOSCALLS APIs, select More on DOSCALLS APIs below. 
  410.  
  411.  Related Information: 
  412.  
  413.  o  More on DOSCALLS APIs 
  414.  
  415.  
  416. ΓòÉΓòÉΓòÉ 27. Help for DEV ΓòÉΓòÉΓòÉ
  417.  
  418. Select DEV to trace APIs within the DOSCALLS device API group. These APIs are 
  419. included from BSEDOS.H by defining INCL_DOSDEVICES (device specific, ring 2 
  420. support). 
  421.  
  422. The following APIs comprise this group: 
  423.  
  424.      Dos16Callback 
  425.      Dos16CLIAccess 
  426.      Dos16DevConfig 
  427.      Dos16DevIOCtl 
  428.      Dos16DevIOCtl2 
  429.      Dos16PhysicalDisk 
  430.      Dos16PortAccess 
  431.      Dos16R2StackRealloc 
  432.      Dos32DevConfig 
  433.      Dos32DevIOCtl 
  434.      Dos32PhysicalDisk 
  435.  
  436.  
  437. ΓòÉΓòÉΓòÉ 28. Help for FILE ΓòÉΓòÉΓòÉ
  438.  
  439. Select FILE to trace APIs within the DOSCALLS file API group. These APIs are 
  440. included from BSEDOS.H by defining INCL_DOSFILEMGR (file management). 
  441.  
  442. The following APIs comprise this group: 
  443.  
  444.      Dos16BufReset 
  445.      Dos16ChDir 
  446.      Dos16ChgFilePtr 
  447.      Dos16Close 
  448.      Dos16Copy 
  449.      Dos16Delete 
  450.      Dos16DupHandle 
  451.      Dos16EditName 
  452.      Dos16EnumAttribute 
  453.      Dos16FileIO 
  454.      Dos16FileLocks 
  455.      Dos16FindClose 
  456.      Dos16FindFirst 
  457.      Dos16FindFirst2 
  458.      Dos16FindNext 
  459.      Dos16FSAttach 
  460.      Dos16FSCtl 
  461.      Dos16MkDir 
  462.      Dos16MkDir2 
  463.      Dos16Move 
  464.      Dos16NewSize 
  465.      Dos16Open 
  466.      Dos16Open2 
  467.      Dos16ProtectChgFilePtr (OS/2 2.10+) 
  468.      Dos16ProtectClose (OS/2 2.10+) 
  469.      Dos16ProtectEnumAttribute (OS/2 2.10+) 
  470.      Dos16ProtectFileIO (OS/2 2.10+) 
  471.      Dos16ProtectFileLocks (OS/2 2.10+) 
  472.      Dos16ProtectNewSize (OS/2 2.10+) 
  473.      Dos16ProtectQFHandState (OS/2 2.10+) 
  474.      Dos16ProtectQFileInfo (OS/2 2.10+) 
  475.      Dos16ProtectSetFHandState (OS/2 2.10+) 
  476.      Dos16ProtectSetFileInfo (OS/2 2.10+) 
  477.      Dos16QCurDir 
  478.      Dos16QCurDisk 
  479.      Dos16QFHandState 
  480.      Dos16QFileInfo 
  481.      Dos16QFileMode 
  482.      Dos16QFSAttach 
  483.      Dos16QFSInfo 
  484.      Dos16QHandType 
  485.      Dos16QPathInfo 
  486.      Dos16QVerify 
  487.      Dos16Read 
  488.      Dos16ReadAsync 
  489.      Dos16RmDir 
  490.      Dos16SelectDisk 
  491.      Dos16SetFHandState 
  492.      Dos16SetFileInfo 
  493.      Dos16SetFileMode 
  494.      Dos16SetFSInfo 
  495.      Dos16SetMaxFH 
  496.      Dos16SetPathInfo 
  497.      Dos16SetVerify 
  498.      Dos16Shutdown 
  499.      Dos16Write 
  500.      Dos16WriteAsync 
  501.      Dos32CancelLockRequest 
  502.      Dos32Close 
  503.      Dos32Copy 
  504.      Dos32CreateDir 
  505.      Dos32Delete 
  506.      Dos32DeleteDir 
  507.      Dos32DupHandle 
  508.      Dos32EditName 
  509.      Dos32EnumAttribute 
  510.      Dos32FindClose 
  511.      Dos32FindFirst 
  512.      Dos32FindNext 
  513.      Dos32ForceDelete 
  514.      Dos32FSAttach 
  515.      Dos32FSCtl 
  516.      Dos32Move 
  517.      Dos32Open 
  518.      Dos32ProtectClose (OS/2 2.10+) 
  519.      Dos32ProtectEnumAttribute (OS/2 2.10+) 
  520.      Dos32ProtectOpen (OS/2 2.10+) 
  521.      Dos32ProtectQueryFHState (OS/2 2.10+) 
  522.      Dos32ProtectQueryFileInfo (OS/2 2.10+) 
  523.      Dos32ProtectRead (OS/2 2.10+) 
  524.      Dos32ProtectSetFHState (OS/2 2.10+) 
  525.      Dos32ProtectSetFileInfo (OS/2 2.10+) 
  526.      Dos32ProtectSetFileLocks (OS/2 2.10+) 
  527.      Dos32ProtectSetFilePtr (OS/2 2.10+) 
  528.      Dos32ProtectSetFileSize (OS/2 2.10+) 
  529.      Dos32ProtectWrite (OS/2 2.10+) 
  530.      Dos32QueryCurrentDir 
  531.      Dos32QueryCurrentDisk 
  532.      Dos32QueryFHState 
  533.      Dos32QueryFileInfo 
  534.      Dos32QueryFSAttach 
  535.      Dos32QueryFSInfo 
  536.      Dos32QueryHType 
  537.      Dos32QueryPathInfo 
  538.      Dos32QueryVerify 
  539.      Dos32Read 
  540.      Dos32ResetBuffer 
  541.      Dos32SetCurrentDir 
  542.      Dos32SetDefaultDisk 
  543.      Dos32SetFHState 
  544.      Dos32SetFileInfo 
  545.      Dos32SetFileLocks 
  546.      Dos32SetFilePtr 
  547.      Dos32SetFileSize 
  548.      Dos32SetFSInfo 
  549.      Dos32SetMaxFH 
  550.      Dos32SetPathInfo 
  551.      Dos32SetRelMaxFH 
  552.      Dos32SetVerify 
  553.      Dos32Shutdown 
  554.      Dos32Write 
  555.  
  556.  
  557. ΓòÉΓòÉΓòÉ 29. Help for INFO ΓòÉΓòÉΓòÉ
  558.  
  559. Select INFO to trace APIs within the DOSCALLS InfoSeg API group. These APIs are 
  560. included from BSEDOS.H by defining INCL_DOSINFOSEG (InfoSeg support). 
  561.  
  562. The following API comprises this group: 
  563.  
  564.      Dos16GetInfoSeg 
  565.  
  566.  
  567. ΓòÉΓòÉΓòÉ 30. Help for MEM ΓòÉΓòÉΓòÉ
  568.  
  569. Select MEM to trace APIs within the DOSCALLS memory API group. These APIs are 
  570. included from BSEDOS.H by defining INCL_DOSMEMMGR (memory management). 
  571.  
  572. The following APIs comprise this group: 
  573.  
  574.      Dos16AllocHuge 
  575.      Dos16AllocSeg 
  576.      Dos16AllocShrSeg 
  577.      Dos16CreateCSAlias 
  578.      Dos16FreeSeg 
  579.      Dos16GetHugeShift 
  580.      Dos16GetSeg 
  581.      Dos16GetShrSeg 
  582.      Dos16GiveSeg 
  583.      Dos16LockSeg 
  584.      Dos16MemAvail 
  585.      Dos16ReallocHuge 
  586.      Dos16ReallocSeg 
  587.      Dos16SizeSeg 
  588.      Dos16SubAlloc 
  589.      Dos16SubFree 
  590.      Dos16SubSet 
  591.      Dos16UnlockSeg 
  592.      Dos32AllocMem 
  593.      Dos32AllocSharedMem 
  594.      Dos32FreeMem 
  595.      Dos32GetNamedSharedMem 
  596.      Dos32GetSharedMem 
  597.      Dos32GiveSharedMem 
  598.      Dos32QueryMem 
  599.      Dos32SetMem 
  600.      Dos32SubAllocMem 
  601.      Dos32SubFreeMem 
  602.      Dos32SubSetMem 
  603.      Dos32SubUnsetMem 
  604.  
  605.  
  606. ΓòÉΓòÉΓòÉ 31. Help for MISC ΓòÉΓòÉΓòÉ
  607.  
  608. Select MISC to trace APIs within the DOSCALLS miscellaneous API group. These 
  609. APIs are included from BSEDOS.H by defining INCL_DOSMISC (miscellaneous). 
  610.  
  611. The following APIs comprise this group: 
  612.  
  613.      Dos16ErrClass 
  614.      Dos16Error 
  615.      Dos16GetEnv 
  616.      Dos16GetMachineMode 
  617.      Dos16GetVersion 
  618.      Dos16QSysInfo 
  619.      Dos16QueryExtLIBPATH (OS/2 2.30+) 
  620.      Dos16ScanEnv 
  621.      Dos16SearchPath 
  622.      Dos16SetExtLIBPATH (OS/2 2.30+) 
  623.      Dos16SetVec 
  624.      Dos32DumpProcess (OS/2 2.10+) 
  625.      Dos32ErrClass 
  626.      Dos32Error 
  627.      Dos32QueryExtLIBPATH (OS/2 2.30+) 
  628.      Dos32QuerySysInfo 
  629.      Dos32ScanEnv 
  630.      Dos32SearchPath 
  631.      Dos32SetExtLIBPATH (OS/2 2.30+) 
  632.      Dos32SuppressPopUps (OS/2 2.10+) 
  633.      Dos32VerifyPidTid (OS/2 2.30+) 
  634.  
  635.  
  636. ΓòÉΓòÉΓòÉ 32. Help for MOD ΓòÉΓòÉΓòÉ
  637.  
  638. Select MOD to trace APIs within the DOSCALLS module API group. These APIs are 
  639. included from BSEDOS.H by defining INCL_DOSMODULEMGR (module manager). 
  640.  
  641. The following APIs comprise this group: 
  642.  
  643.      Dos16FreeModule 
  644.      Dos16GetModHandle 
  645.      Dos16GetModName 
  646.      Dos16GetProcAddr 
  647.      Dos16LoadModule 
  648.      Dos32FreeModule 
  649.      Dos32LoadModule 
  650.      Dos32QueryABIOSSupport (OS/2 2.10+) 
  651.      Dos32QueryModFromEIP (OS/2 2.10+) 
  652.      Dos32QueryModuleHandle 
  653.      Dos32QueryModuleName 
  654.      Dos32QueryProcAddr 
  655.      Dos32QueryProcType 
  656.      Dos32ReplaceModule 
  657.  
  658.  
  659. ΓòÉΓòÉΓòÉ 33. Help for MSG ΓòÉΓòÉΓòÉ
  660.  
  661. Select MSG to trace APIs within the DOSCALLS message API group. 
  662.  
  663. Note:  Selecting this group has no effect on the Intel architecture. 
  664.  
  665.  
  666. ΓòÉΓòÉΓòÉ 34. Help for MVDM ΓòÉΓòÉΓòÉ
  667.  
  668. Select MVDM to trace APIs within the DOSCALLS MVDM API group. These APIs are 
  669. included from BSEDOS.H by defining INCL_DOSMVDM (MVDM support). 
  670.  
  671. The following APIs comprise this group: 
  672.  
  673.      Dos16CloseVDD 
  674.      Dos16OpenVDD 
  675.      Dos16QueryDOSProperty 
  676.      Dos16RequestVDD 
  677.      Dos16SetDOSProperty 
  678.      Dos32CloseVDD 
  679.      Dos32OpenVDD 
  680.      Dos32QueryDOSProperty 
  681.      Dos32RequestVDD 
  682.      Dos32SetDOSProperty 
  683.  
  684.  
  685. ΓòÉΓòÉΓòÉ 35. Help for NLS ΓòÉΓòÉΓòÉ
  686.  
  687. Select NLS to trace APIs within the DOSCALLS national language support API 
  688. group. These APIs are included from BSEDOS.H by defining INCL_DOSNLS (national 
  689. language support). 
  690.  
  691. The following APIs comprise this group: 
  692.  
  693.      Dos16GetCp 
  694.      Dos16SetCp 
  695.      Dos16SetProcCp 
  696.      Dos32QueryCp 
  697.      Dos32SetProcessCp 
  698.  
  699.  
  700. ΓòÉΓòÉΓòÉ 36. Help for PIPE ΓòÉΓòÉΓòÉ
  701.  
  702. Select PIPE to trace APIs within the DOSCALLS pipe API group. These APIs are 
  703. included from BSEDOS.H by defining INCL_DOSNMPIPES (named pipes support). 
  704.  
  705. The following APIs comprise this group: 
  706.  
  707.      Dos16MakePipe 
  708.      Dos32CallNPipe 
  709.      Dos32ConnectNPipe 
  710.      Dos32CreateNPipe 
  711.      Dos32CreatePipe 
  712.      Dos32DisConnectNPipe 
  713.      Dos32PeekNPipe 
  714.      Dos32QueryNPHState 
  715.      Dos32QueryNPipeInfo 
  716.      Dos32QueryNPipeSemState 
  717.      Dos32RawReadNPipe 
  718.      Dos32RawWriteNPipe 
  719.      Dos32SetNPHState 
  720.      Dos32SetNPipeSem 
  721.      Dos32TransactNPipe 
  722.      Dos32WaitNPipe 
  723.  
  724.  
  725. ΓòÉΓòÉΓòÉ 37. Help for PRF ΓòÉΓòÉΓòÉ
  726.  
  727. Select PRF to trace APIs within the DOSCALLS performance APIs group. 
  728.  
  729. The following APIs comprise this group: 
  730.  
  731.      Dos16RegisterPerfCtrs 
  732.      Dos16TmrQueryFreq 
  733.      Dos16TmrQueryTime 
  734.      Dos32RegisterPerfCtrs 
  735.      Dos32TmrQueryFreq 
  736.      Dos32TmrQueryTime 
  737.  
  738.  
  739. ΓòÉΓòÉΓòÉ 38. Help for PROC ΓòÉΓòÉΓòÉ
  740.  
  741. Select PROC to trace APIs within the DOSCALLS process and thread API group. 
  742. These APIs are included from BSEDOS.H by defining INCL_DOSPROCESS (process and 
  743. thread support). 
  744.  
  745. The following APIs comprise this group: 
  746.  
  747.      Dos16Beep 
  748.      Dos16CreateThread 
  749.      Dos16Cwait 
  750.      Dos16EnterCritSec 
  751.      Dos16ExecPgm 
  752.      Dos16Exit 
  753.      Dos16ExitCritSec 
  754.      Dos16ExitList 
  755.      Dos16GetPID 
  756.      Dos16GetPPID 
  757.      Dos16GetPrty 
  758.      Dos16KillProcess 
  759.      Dos16Ptrace 
  760.      Dos16ResumeThread 
  761.      Dos16SetPrty 
  762.      Dos16Sleep 
  763.      Dos16SuspendThread 
  764.      Dos32AllocThreadLocalMemory (OS/2 2.30+) 
  765.      Dos32Beep 
  766.      Dos32CreateThread 
  767.      Dos32Debug 
  768.      Dos32EnterCritSec 
  769.      Dos32ExecPgm 
  770.      Dos32Exit 
  771.      Dos32ExitCritSec 
  772.      Dos32ExitList 
  773.      Dos32FreeThreadLocalMemory (OS/2 2.30+) 
  774.      Dos32GetInfoBlocks 
  775.      Dos32KillProcess 
  776.      Dos32KillThread 
  777.      Dos32ResumeThread 
  778.      Dos32SetPriority 
  779.      Dos32Sleep 
  780.      Dos32SuspendThread 
  781.      Dos32WaitChild 
  782.      Dos32WaitThread 
  783.  
  784.  
  785. ΓòÉΓòÉΓòÉ 39. Help for RES ΓòÉΓòÉΓòÉ
  786.  
  787. Select RES to trace APIs within the DOSCALLS resource API group. These APIs are 
  788. included from BSEDOS.H by defining INCL_DOSRESOURCES (resource support). 
  789.  
  790. The following APIs comprise this group: 
  791.  
  792.      Dos16FreeResource 
  793.      Dos16GetResource 
  794.      Dos16GetResource2 
  795.      Dos32FreeResource 
  796.      Dos32GetResource 
  797.      Dos32QueryResourceSize 
  798.  
  799.  
  800. ΓòÉΓòÉΓòÉ 40. Help for SEM ΓòÉΓòÉΓòÉ
  801.  
  802. Select SEM to trace APIs within the DOSCALLS semaphore APIs group. These APIs 
  803. are included from BSEDOS.H by defining INCL_DOSSEMAPHORES (semaphore support). 
  804.  
  805. The following APIs comprise this group: 
  806.  
  807.      Dos16CloseSem 
  808.      Dos16CreateSem 
  809.      Dos16FSRamSemClear 
  810.      Dos16FSRamSemRequest 
  811.      Dos16MuxSemWait 
  812.      Dos16OpenSem 
  813.      Dos16SemClear 
  814.      Dos16SemRequest 
  815.      Dos16SemSet 
  816.      Dos16SemSetWait 
  817.      Dos16SemWait 
  818.      Dos32AddMuxWaitSem 
  819.      Dos32CloseEventSem 
  820.      Dos32CloseMutexSem 
  821.      Dos32CloseMuxWaitSem 
  822.      Dos32CreateEventSem 
  823.      Dos32CreateMutexSem 
  824.      Dos32CreateMuxWaitSem 
  825.      Dos32DeleteMuxWaitSem 
  826.      Dos32OpenEventSem 
  827.      Dos32OpenMutexSem 
  828.      Dos32OpenMuxWaitSem 
  829.      Dos32PMPostEventSem (OS/2 2.30+) 
  830.      Dos32PMRequestMutexSem (OS/2 2.30+) 
  831.      Dos32PMWaitEventSem (OS/2 2.30+) 
  832.      Dos32PMWaitMuxWaitSem (OS/2 2.30+) 
  833.      Dos32PostEventSem 
  834.      Dos32QueryEventSem 
  835.      Dos32QueryMutexSem 
  836.      Dos32QueryMuxWaitSem 
  837.      Dos32ReleaseMutexSem 
  838.      Dos32RequestMutexSem 
  839.      Dos32ResetEventSem 
  840.      Dos32WaitEventSem 
  841.      Dos32WaitMuxWaitSem 
  842.  
  843.  
  844. ΓòÉΓòÉΓòÉ 41. Help for SES ΓòÉΓòÉΓòÉ
  845.  
  846. Select SES to trace APIs within the DOSCALLS session API group. These APIs are 
  847. included from BSEDOS.H by defining INCL_DOSSESMGR (session manager support). 
  848.  
  849. The following APIs comprise this group: 
  850.  
  851.      Dos16QAppType 
  852.      Dos32QueryAppType 
  853.  
  854.  
  855. ΓòÉΓòÉΓòÉ 42. Help for SIG ΓòÉΓòÉΓòÉ
  856.  
  857. Select SIG to trace APIs within the DOSCALLS signals API group. These APIs are 
  858. included from BSEDOS.H by defining INCL_DOSSIGNALS (signals). 
  859.  
  860. The following APIs comprise this group: 
  861.  
  862.      Dos16FlagProcess 
  863.      Dos16HoldSignal 
  864.      Dos16SendSignal 
  865.      Dos16SetSigHandler 
  866.  
  867.  
  868. ΓòÉΓòÉΓòÉ 43. Help for TIME ΓòÉΓòÉΓòÉ
  869.  
  870. Select TIME to trace APIs within the DOSCALLS date/time and timer API group. 
  871. These APIs are included from BSEDOS.H by defining INCL_DOSDATETIME (date/time 
  872. and timer support). 
  873.  
  874. The following APIs comprise this group: 
  875.  
  876.      Dos16GetDateTime 
  877.      Dos16SetDateTime 
  878.      Dos16TimerAsync 
  879.      Dos16TimerStart 
  880.      Dos16TimerStop 
  881.      Dos32AsyncTimer 
  882.      Dos32GetDateTime 
  883.      Dos32SetDateTime 
  884.      Dos32StartTimer 
  885.      Dos32StopTimer 
  886.  
  887.  
  888. ΓòÉΓòÉΓòÉ 44. Help for XCPT ΓòÉΓòÉΓòÉ
  889.  
  890. Select XCPT to trace APIs within the DOSCALLS exception APIs group. These APIs 
  891. are included from BSEDOS.H by defining INCL_DOSEXCEPTIONS (exception management 
  892. support). 
  893.  
  894. The following APIs comprise this group: 
  895.  
  896.      Dos32AcknowledgeSignalException 
  897.      Dos32EnterMustComplete 
  898.      Dos32ExitMustComplete 
  899.      Dos32QueryThreadContext (OS/2 2.40+) 
  900.      Dos32RaiseException 
  901.      Dos32SendSignalException 
  902.      Dos32SetExceptionHandler 
  903.      Dos32SetSignalExceptionFocus 
  904.      Dos32UnwindException 
  905.      Dos32UnsetExceptionHandler 
  906.  
  907.  
  908. ΓòÉΓòÉΓòÉ 45. Help for OK ΓòÉΓòÉΓòÉ
  909.  
  910. Select OK to save any changes to the DOSCALLS APIs settings and exit this 
  911. window. 
  912.  
  913.  
  914. ΓòÉΓòÉΓòÉ 46. Help for Cancel ΓòÉΓòÉΓòÉ
  915.  
  916. Select Cancel to exit this window without saving any changes to the DOSCALLS 
  917. APIs settings. 
  918.  
  919.  
  920. ΓòÉΓòÉΓòÉ 47. Help for Clear ΓòÉΓòÉΓòÉ
  921.  
  922. Select Clear to deselect all DOSCALLS API groups in this window. 
  923.  
  924. Note:  At least one DOSCALLS API group must be selected before saving any 
  925. changes to the DOSCALLS APIs settings. 
  926.  
  927.  
  928. ΓòÉΓòÉΓòÉ 48. Help for Default ΓòÉΓòÉΓòÉ
  929.  
  930. Select Default to change the DOSCALLS APIs settings to those that were active 
  931. when you installed the OS/2 API Trace application. 
  932.  
  933.  
  934. ΓòÉΓòÉΓòÉ 49. Help for Undo ΓòÉΓòÉΓòÉ
  935.  
  936. Select Undo to restore the DOSCALLS APIs settings to those that were active 
  937. before this window was displayed. 
  938.  
  939.  
  940. ΓòÉΓòÉΓòÉ 50. Help for File Wrapping ΓòÉΓòÉΓòÉ
  941.  
  942. Select Log ALL information without log file wrapping to log all all trace 
  943. information without log file wrapping (overwriting from the beginning). Select 
  944. Log maximum of n bytes before log file wrapping occurs to log a maximum number 
  945. of bytes of trace information before log file wrapping occurs, using the spin 
  946. button to choose the maximum log file length which is a multiple of 4096 
  947. between 4096 (4KB) and 67108864 (64MB), inclusive. 
  948.  
  949. Note:  Tracing without file wrapping appends trace information to the end of 
  950. any preexisting trace information file, while tracing with file wrapping erases 
  951. the contents of any preexisting trace information file. 
  952.  
  953. If log file wrapping occurs, the following is logged after the executable's 
  954. stopping time, OS2TRACE banner, and executable's starting time: 
  955.  
  956. < Trace information lost due to log file wrapping n times >
  957.  
  958. where n is the number of times the log file wrapped. 
  959.  
  960. For a detailed explanation of each button, select from the list below: 
  961.  
  962.  o  OK 
  963.  o  Cancel 
  964.  o  Default 
  965.  o  Undo 
  966.  
  967.  For more information on file wrapping, select More on file wrapping below. 
  968.  
  969.  Related Information: 
  970.  
  971.  o  More on file wrapping 
  972.  
  973.  
  974. ΓòÉΓòÉΓòÉ 51. Help for OK ΓòÉΓòÉΓòÉ
  975.  
  976. Select OK to save any changes to the file wrapping settings and exit this 
  977. window. 
  978.  
  979.  
  980. ΓòÉΓòÉΓòÉ 52. Help for Cancel ΓòÉΓòÉΓòÉ
  981.  
  982. Select Cancel to exit this window without saving any changes to the file 
  983. wrapping settings. 
  984.  
  985.  
  986. ΓòÉΓòÉΓòÉ 53. Help for Default ΓòÉΓòÉΓòÉ
  987.  
  988. Select Default to change the file wrapping settings to those that were active 
  989. when you installed the OS/2 API Trace application. 
  990.  
  991.  
  992. ΓòÉΓòÉΓòÉ 54. Help for Undo ΓòÉΓòÉΓòÉ
  993.  
  994. Select Undo to restore the file wrapping settings to those that were active 
  995. before this window was displayed. 
  996.  
  997.  
  998. ΓòÉΓòÉΓòÉ 55. Help for PMGPI APIs ΓòÉΓòÉΓòÉ
  999.  
  1000. Select one or more groups of APIs to trace when PMGPI.DLL is enabled for 
  1001. tracing. When a check box is selected, the APIs within the corresponding API 
  1002. group are traced only when PMGPI.DLL is enabled for tracing. When a check box 
  1003. is not selected, the APIs within the corresponding API group are not traced 
  1004. even when PMGPI.DLL is enabled for tracing. 
  1005.  
  1006. For a detailed explanation of each button, select from the list below: 
  1007.  
  1008.  o  BIT 
  1009.  o  CORR 
  1010.  o  CTRL 
  1011.  o  DEF 
  1012.  o  DEV 
  1013.  o  EDIT 
  1014.  o  INK 
  1015.  o  LCID 
  1016.  o  LCT 
  1017.  o  META 
  1018.  o  PATH 
  1019.  o  POLY 
  1020.  o  PRIM 
  1021.  o  RGN 
  1022.  o  SEG 
  1023.  o  TRAN 
  1024.  o  OK 
  1025.  o  Cancel 
  1026.  o  Clear 
  1027.  o  Default 
  1028.  o  Undo 
  1029.  
  1030.  For more information on PMGPI APIs, select More on PMGPI APIs below. 
  1031.  
  1032.  Related Information: 
  1033.  
  1034.  o  More on PMGPI APIs 
  1035.  
  1036.  
  1037. ΓòÉΓòÉΓòÉ 56. Help for BIT ΓòÉΓòÉΓòÉ
  1038.  
  1039. Select BIT to trace APIs within the PMGPI bitmap API group. These APIs are 
  1040. included from PMGPI.H by defining INCL_GPIBITMAPS (bitmaps and pel operations). 
  1041.  
  1042. The following APIs comprise this group: 
  1043.  
  1044.      Gpi32BitBlt 
  1045.      Gpi32CreateBitmap 
  1046.      Gpi32DeleteBitmap 
  1047.      Gpi32DrawBits 
  1048.      Gpi32FloodFill 
  1049.      Gpi32LoadBitmap 
  1050.      Gpi32QueryBitmapBits 
  1051.      Gpi32QueryBitmapDimension 
  1052.      Gpi32QueryBitmapHandle 
  1053.      Gpi32QueryBitmapInfoHeader 
  1054.      Gpi32QueryBitmapParameters 
  1055.      Gpi32QueryDeviceBitmapFormats 
  1056.      Gpi32QueryPel 
  1057.      Gpi32SetBitmap 
  1058.      Gpi32SetBitmapBits 
  1059.      Gpi32SetBitmapDimension 
  1060.      Gpi32SetBitmapId 
  1061.      Gpi32SetPel 
  1062.      Gpi32WCBitBlt 
  1063.  
  1064.  
  1065. ΓòÉΓòÉΓòÉ 57. Help for CORR ΓòÉΓòÉΓòÉ
  1066.  
  1067. Select CORR to trace APIs within the PMGPI correlation API group. These APIs 
  1068. are included from PMGPI.H by defining INCL_GPICORRELATION (picking, boundary 
  1069. and correlation). 
  1070.  
  1071. The following APIs comprise this group: 
  1072.  
  1073.      Gpi32CorrelateChain 
  1074.      Gpi32CorrelateFrom 
  1075.      Gpi32CorrelateSegment 
  1076.      Gpi32QueryBoundaryData 
  1077.      Gpi32QueryPickAperturePosition 
  1078.      Gpi32QueryPickApertureSize 
  1079.      Gpi32QueryTag 
  1080.      Gpi32ResetBoundaryData 
  1081.      Gpi32SetPickAperturePosition 
  1082.      Gpi32SetPickApertureSize 
  1083.      Gpi32SetTag 
  1084.  
  1085.  
  1086. ΓòÉΓòÉΓòÉ 58. Help for CTRL ΓòÉΓòÉΓòÉ
  1087.  
  1088. Select CTRL to trace APIs within the PMGPI control API group. These APIs are 
  1089. included from PMGPI.H by defining INCL_GPICONTROL (basic PS control). 
  1090.  
  1091. The following APIs comprise this group: 
  1092.  
  1093.      Gpi32Associate 
  1094.      Gpi32CreatePS 
  1095.      Gpi32DestroyPS 
  1096.      Gpi32Erase 
  1097.      Gpi32ErrorSegmentData 
  1098.      Gpi32QueryDevice 
  1099.      Gpi32QueryDrawControl 
  1100.      Gpi32QueryDrawingMode 
  1101.      Gpi32QueryPS 
  1102.      Gpi32QueryStopDraw 
  1103.      Gpi32ResetPS 
  1104.      Gpi32RestorePS 
  1105.      Gpi32SavePS 
  1106.      Gpi32SetDrawControl 
  1107.      Gpi32SetDrawingMode 
  1108.      Gpi32SetPS 
  1109.      Gpi32SetStopDraw 
  1110.  
  1111.  
  1112. ΓòÉΓòÉΓòÉ 59. Help for DEF ΓòÉΓòÉΓòÉ
  1113.  
  1114. Select DEF to trace APIs within the PMGPI defaults API group. These APIs are 
  1115. included from PMGPI.H by defining INCL_GPIDEFAULTS (default primitve 
  1116. attributes). 
  1117.  
  1118. The following APIs comprise this group: 
  1119.  
  1120.      Gpi32QueryDefArcParams 
  1121.      Gpi32QueryDefAttrs 
  1122.      Gpi32QueryDefTag 
  1123.      Gpi32QueryDefViewingLimits 
  1124.      Gpi32SetDefArcParams 
  1125.      Gpi32SetDefAttrs 
  1126.      Gpi32SetDefTag 
  1127.      Gpi32SetDefViewingLimits 
  1128.  
  1129.  
  1130. ΓòÉΓòÉΓòÉ 60. Help for DEV ΓòÉΓòÉΓòÉ
  1131.  
  1132. Select DEV to trace APIs within the PMGPI device API group. 
  1133.  
  1134. The following APIs comprise this group: 
  1135.  
  1136.      Dev32CloseDC 
  1137.      Dev32Escape 
  1138.      Dev32OpenDC 
  1139.      Dev32PostDeviceModes 
  1140.      Dev32PostEscape (OS/2 2.40+) 
  1141.      Dev32QueryCaps 
  1142.      Dev32QueryDeviceNames 
  1143.      Dev32QueryHardcopyCaps 
  1144.      Dev32StdOpen (OS/2 2.10+) 
  1145.  
  1146.  
  1147. ΓòÉΓòÉΓòÉ 61. Help for EDIT ΓòÉΓòÉΓòÉ
  1148.  
  1149. Select EDIT to trace APIs within the PMGPI segment editing API group. These 
  1150. APIs are included from PMGPI.H by defining INCL_GPISEGEDITING (segment editing 
  1151. via elements). 
  1152.  
  1153. The following APIs comprise this group: 
  1154.  
  1155.      Gpi32BeginElement 
  1156.      Gpi32DeleteElement 
  1157.      Gpi32DeleteElementRange 
  1158.      Gpi32DeleteElementsBetweenLabels 
  1159.      Gpi32Element 
  1160.      Gpi32EndElement 
  1161.      Gpi32Label 
  1162.      Gpi32OffsetElementPointer 
  1163.      Gpi32QueryEditMode 
  1164.      Gpi32QueryElement 
  1165.      Gpi32QueryElementPointer 
  1166.      Gpi32QueryElementType 
  1167.      Gpi32SetEditMode 
  1168.      Gpi32SetElementPointer 
  1169.      Gpi32SetElementPointerAtLabel 
  1170.  
  1171.  
  1172. ΓòÉΓòÉΓòÉ 62. Help for INK ΓòÉΓòÉΓòÉ
  1173.  
  1174. Select INK to trace APIs within the PMGPI inking API group. These APIs are 
  1175. included from PMGPI.H by defining INCL_GPIINK (inking). 
  1176.  
  1177. The following APIs comprise this group: 
  1178.  
  1179.      Gpi32BeginInkPath (OS/2 2.40+) 
  1180.      Gpi32EndInkPath (OS/2 2.40+) 
  1181.      Gpi32StrokeInkPath (OS/2 2.40+) 
  1182.  
  1183.  
  1184. ΓòÉΓòÉΓòÉ 63. Help for LCID ΓòÉΓòÉΓòÉ
  1185.  
  1186. Select LCID to trace APIs within the PMGPI LCID API group. These APIs are 
  1187. included from PMGPI.H by defining INCL_GPILCIDS (physical and logical fonts 
  1188. with lcids). 
  1189.  
  1190. The following APIs comprise this group: 
  1191.  
  1192.      Gpi32CreateLogFont 
  1193.      Gpi32DeleteSetId 
  1194.      Gpi32LoadFonts 
  1195.      Gpi32LoadPublicFonts 
  1196.      Gpi32QueryCp 
  1197.      Gpi32QueryFaceString 
  1198.      Gpi32QueryFontAction 
  1199.      Gpi32QueryFontFileDescriptions 
  1200.      Gpi32QueryFontMappingFlags (OS/2 2.40+) 
  1201.      Gpi32QueryFontMetrics 
  1202.      Gpi32QueryFonts 
  1203.      Gpi32QueryFullFontFileDescs 
  1204.      Gpi32QueryKerningPairs 
  1205.      Gpi32QueryLogicalFont 
  1206.      Gpi32QueryNumberSetIds 
  1207.      Gpi32QueryRasterizerCaps (OS/2 2.40+) 
  1208.      Gpi32QuerySetIds 
  1209.      Gpi32QueryWidthTable 
  1210.      Gpi32SetCp 
  1211.      Gpi32SetFontMappingFlags (OS/2 2.40+) 
  1212.      Gpi32UnloadFonts 
  1213.      Gpi32UnloadPublicFonts 
  1214.  
  1215.  
  1216. ΓòÉΓòÉΓòÉ 64. Help for LCT ΓòÉΓòÉΓòÉ
  1217.  
  1218. Select LCT to trace APIs within the PMGPI logical color table API group. These 
  1219. APIs are included from PMGPI.H by defining INCL_GPILOGCOLORTABLE (logical color 
  1220. tables). 
  1221.  
  1222. The following APIs comprise this group: 
  1223.  
  1224.      Gpi32AnimatePalette 
  1225.      Gpi32CreateLogColorTable 
  1226.      Gpi32CreatePalette 
  1227.      Gpi32DeletePalette 
  1228.      Gpi32QueryColorData 
  1229.      Gpi32QueryColorIndex 
  1230.      Gpi32QueryLogColorTable 
  1231.      Gpi32QueryNearestColor 
  1232.      Gpi32QueryNearestPaletteIndex (OS/2 2.40+) 
  1233.      Gpi32QueryPalette 
  1234.      Gpi32QueryPaletteInfo 
  1235.      Gpi32QueryRealColors 
  1236.      Gpi32QueryRGBColor 
  1237.      Gpi32ResizePalette (OS/2 2.40+) 
  1238.      Gpi32SelectPalette 
  1239.      Gpi32SetPaletteEntries 
  1240.  
  1241.  
  1242. ΓòÉΓòÉΓòÉ 65. Help for META ΓòÉΓòÉΓòÉ
  1243.  
  1244. Select META to trace APIs within the PMGPI metafile API group. These APIs are 
  1245. included from PMGPI.H by defining INCL_GPIMETAFILES (metafiles). 
  1246.  
  1247. The following APIs comprise this group: 
  1248.  
  1249.      Gpi32CopyMetaFile 
  1250.      Gpi32DeleteMetaFile 
  1251.      Gpi32LoadMetaFile 
  1252.      Gpi32PlayMetaFile 
  1253.      Gpi32QueryMetaFileBits 
  1254.      Gpi32QueryMetaFileLength 
  1255.      Gpi32ResumePlay 
  1256.      Gpi32SaveMetaFile 
  1257.      Gpi32SetMetaFileBits 
  1258.      Gpi32SuspendPlay 
  1259.  
  1260.  
  1261. ΓòÉΓòÉΓòÉ 66. Help for PATH ΓòÉΓòÉΓòÉ
  1262.  
  1263. Select PATH to trace APIs within the PMGPI path API group. These APIs are 
  1264. included from PMGPI.H by defining INCL_GPIPATHS (paths and clipping with 
  1265. paths). 
  1266.  
  1267. The following APIs comprise this group: 
  1268.  
  1269.      Gpi32BeginPath 
  1270.      Gpi32CloseFigure 
  1271.      Gpi32EndPath 
  1272.      Gpi32FillPath 
  1273.      Gpi32ModifyPath 
  1274.      Gpi32OutlinePath 
  1275.      Gpi32PathToRegion 
  1276.      Gpi32SetClipPath 
  1277.      Gpi32StrokePath 
  1278.  
  1279.  
  1280. ΓòÉΓòÉΓòÉ 67. Help for POLY ΓòÉΓòÉΓòÉ
  1281.  
  1282. Select POLY to trace the API within the PMGPI polygon API group. This API is 
  1283. included from PMGPI.H by defining INCL_GPIPOLYGON (polygons). 
  1284.  
  1285. The following APIs comprise this group: 
  1286.  
  1287.      Gpi32CreatePolygonRegion (OS/2 2.40+) 
  1288.      Gpi32Polygons 
  1289.  
  1290.  
  1291. ΓòÉΓòÉΓòÉ 68. Help for PRIM ΓòÉΓòÉΓòÉ
  1292.  
  1293. Select PRIM to trace APIs within the PMGPI primitive API group. These APIs are 
  1294. included from PMGPI.H by defining INCL_GPIPRIMITIVES (drawing primitives and 
  1295. primitive attributes). 
  1296.  
  1297. The following APIs comprise this group: 
  1298.  
  1299.      Gpi32BeginArea 
  1300.      Gpi32Box 
  1301.      Gpi32CharString 
  1302.      Gpi32CharStringAt 
  1303.      Gpi32CharStringPos 
  1304.      Gpi32CharStringPosAt 
  1305.      Gpi32Comment 
  1306.      Gpi32EndArea 
  1307.      Gpi32FullArc 
  1308.      Gpi32Image 
  1309.      Gpi32Line 
  1310.      Gpi32Marker 
  1311.      Gpi32Move 
  1312.      Gpi32PartialArc 
  1313.      Gpi32PointArc 
  1314.      Gpi32PolyFillet 
  1315.      Gpi32PolyFilletSharp 
  1316.      Gpi32PolyLine 
  1317.      Gpi32PolyLineDisjoint 
  1318.      Gpi32PolyMarker 
  1319.      Gpi32PolySpline 
  1320.      Gpi32Pop 
  1321.      Gpi32PtVisible 
  1322.      Gpi32QueryArcParams 
  1323.      Gpi32QueryAttrMode 
  1324.      Gpi32QueryAttrs 
  1325.      Gpi32QueryBackColor 
  1326.      Gpi32QueryBackMix 
  1327.      Gpi32QueryCharAngle 
  1328.      Gpi32QueryCharBox 
  1329.      Gpi32QueryCharBreakExtra 
  1330.      Gpi32QueryCharDirection 
  1331.      Gpi32QueryCharExtra 
  1332.      Gpi32QueryCharMode 
  1333.      Gpi32QueryCharSet 
  1334.      Gpi32QueryCharShear 
  1335.      Gpi32QueryCharStringPos 
  1336.      Gpi32QueryCharStringPosAt 
  1337.      Gpi32QueryColor 
  1338.      Gpi32QueryCurrentPosition 
  1339.      Gpi32QueryDefCharBox 
  1340.      Gpi32QueryLineEnd 
  1341.      Gpi32QueryLineJoin 
  1342.      Gpi32QueryLineType 
  1343.      Gpi32QueryLineWidth 
  1344.      Gpi32QueryLineWidthGeom 
  1345.      Gpi32QueryMarker 
  1346.      Gpi32QueryMarkerBox 
  1347.      Gpi32QueryMarkerSet 
  1348.      Gpi32QueryMix 
  1349.      Gpi32QueryPattern 
  1350.      Gpi32QueryPatternRefPoint 
  1351.      Gpi32QueryPatternSet 
  1352.      Gpi32QueryTabbedTextExtent (OS/2 2.40+) 
  1353.      Gpi32QueryTextAlignment 
  1354.      Gpi32QueryTextBox 
  1355.      Gpi32RectVisible 
  1356.      Gpi32SetArcParams 
  1357.      Gpi32SetAttrMode 
  1358.      Gpi32SetAttrs 
  1359.      Gpi32SetBackColor 
  1360.      Gpi32SetBackMix 
  1361.      Gpi32SetCharAngle 
  1362.      Gpi32SetCharBox 
  1363.      Gpi32SetCharBreakExtra 
  1364.      Gpi32SetCharDirection 
  1365.      Gpi32SetCharExtra 
  1366.      Gpi32SetCharMode 
  1367.      Gpi32SetCharSet 
  1368.      Gpi32SetCharShear 
  1369.      Gpi32SetColor 
  1370.      Gpi32SetCurrentPosition 
  1371.      Gpi32SetLineEnd 
  1372.      Gpi32SetLineJoin 
  1373.      Gpi32SetLineType 
  1374.      Gpi32SetLineWidth 
  1375.      Gpi32SetLineWidthGeom 
  1376.      Gpi32SetMarker 
  1377.      Gpi32SetMarkerBox 
  1378.      Gpi32SetMarkerSet 
  1379.      Gpi32SetMix 
  1380.      Gpi32SetPattern 
  1381.      Gpi32SetPatternRefPoint 
  1382.      Gpi32SetPatternSet 
  1383.      Gpi32SetTextAlignment 
  1384.      Gpi32TabbedCharStringAt (OS/2 2.40+) 
  1385.  
  1386.  
  1387. ΓòÉΓòÉΓòÉ 69. Help for RGN ΓòÉΓòÉΓòÉ
  1388.  
  1389. Select RGN to trace APIs within the PMGPI region API group. These APIs are 
  1390. included from PMGPI.H by defining INCL_GPIREGIONS (regions and clipping with 
  1391. regions). 
  1392.  
  1393. The following APIs comprise this group: 
  1394.  
  1395.      Gpi32CombineRegion 
  1396.      Gpi32CreateEllipticRegion (OS/2 2.40+) 
  1397.      Gpi32CreateRegion 
  1398.      Gpi32CreateRoundRectRegion (OS/2 2.40+) 
  1399.      Gpi32DestroyRegion 
  1400.      Gpi32EqualRegion 
  1401.      Gpi32ExcludeClipRectangle 
  1402.      Gpi32FrameRegion 
  1403.      Gpi32IntersectClipRectangle 
  1404.      Gpi32OffsetClipRegion 
  1405.      Gpi32OffsetRegion 
  1406.      Gpi32PaintRegion 
  1407.      Gpi32PtInRegion 
  1408.      Gpi32QueryClipBox 
  1409.      Gpi32QueryClipRegion 
  1410.      Gpi32QueryRegionBox 
  1411.      Gpi32QueryRegionRects 
  1412.      Gpi32RectInRegion 
  1413.      Gpi32SetClipRegion 
  1414.      Gpi32SetRegion 
  1415.  
  1416.  
  1417. ΓòÉΓòÉΓòÉ 70. Help for SEG ΓòÉΓòÉΓòÉ
  1418.  
  1419. Select SEG to trace APIs within the PMGPI segment API group. These APIs are 
  1420. included from PMGPI.H by defining INCL_GPISEGMENTS (segment control and 
  1421. drawing). 
  1422.  
  1423. The following APIs comprise this group: 
  1424.  
  1425.      Gpi32CloseSegment 
  1426.      Gpi32DeleteSegment 
  1427.      Gpi32DeleteSegments 
  1428.      Gpi32DrawChain 
  1429.      Gpi32DrawDynamics 
  1430.      Gpi32DrawFrom 
  1431.      Gpi32DrawSegment 
  1432.      Gpi32GetData 
  1433.      Gpi32OpenSegment 
  1434.      Gpi32PutData 
  1435.      Gpi32QueryInitialSegmentAttrs 
  1436.      Gpi32QuerySegmentAttrs 
  1437.      Gpi32QuerySegmentNames 
  1438.      Gpi32QuerySegmentPriority 
  1439.      Gpi32RemoveDynamics 
  1440.      Gpi32SetInitialSegmentAttrs 
  1441.      Gpi32SetSegmentAttrs 
  1442.      Gpi32SetSegmentPriority 
  1443.  
  1444.  
  1445. ΓòÉΓòÉΓòÉ 71. Help for TRAN ΓòÉΓòÉΓòÉ
  1446.  
  1447. Select TRAN to trace APIs within the PMGPI transform API group. These APIs are 
  1448. included from PMGPI.H by defining INCL_GPITRANSFORMS (transform and transform 
  1449. conversion). 
  1450.  
  1451. The following APIs comprise this group: 
  1452.  
  1453.      Gpi32CallSegmentMatrix 
  1454.      Gpi32Convert 
  1455.      Gpi32ConvertWithMatrix 
  1456.      Gpi32QueryDefaultViewMatrix 
  1457.      Gpi32QueryGraphicsField 
  1458.      Gpi32QueryModelTransformMatrix 
  1459.      Gpi32QueryPageViewport 
  1460.      Gpi32QuerySegmentTransformMatrix 
  1461.      Gpi32QueryViewingLimits 
  1462.      Gpi32QueryViewingTransformMatrix 
  1463.      Gpi32Rotate 
  1464.      Gpi32Scale 
  1465.      Gpi32SetDefaultViewMatrix 
  1466.      Gpi32SetGraphicsField 
  1467.      Gpi32SetModelTransformMatrix 
  1468.      Gpi32SetPageViewport 
  1469.      Gpi32SetSegmentTransformMatrix 
  1470.      Gpi32SetViewingLimits 
  1471.      Gpi32SetViewingTransformMatrix 
  1472.      Gpi32Translate 
  1473.  
  1474.  
  1475. ΓòÉΓòÉΓòÉ 72. Help for OK ΓòÉΓòÉΓòÉ
  1476.  
  1477. Select OK to save any changes to the PMGPI APIs settings and exit this window. 
  1478.  
  1479.  
  1480. ΓòÉΓòÉΓòÉ 73. Help for Cancel ΓòÉΓòÉΓòÉ
  1481.  
  1482. Select Cancel to exit this window without saving any changes to the PMGPI APIs 
  1483. settings. 
  1484.  
  1485.  
  1486. ΓòÉΓòÉΓòÉ 74. Help for Clear ΓòÉΓòÉΓòÉ
  1487.  
  1488. Select Clear to deselect all PMGPI API groups in this window. 
  1489.  
  1490. Note:  At least one PMGPI API group must be selected before saving any changes 
  1491. to the PMGPI APIs settings. 
  1492.  
  1493.  
  1494. ΓòÉΓòÉΓòÉ 75. Help for Default ΓòÉΓòÉΓòÉ
  1495.  
  1496. Select Default to change the PMGPI APIs settings to those that were active when 
  1497. you installed the OS/2 API Trace application. 
  1498.  
  1499.  
  1500. ΓòÉΓòÉΓòÉ 76. Help for Undo ΓòÉΓòÉΓòÉ
  1501.  
  1502. Select Undo to restore the PMGPI APIs settings to those that were active before 
  1503. this window was displayed. 
  1504.  
  1505.  
  1506. ΓòÉΓòÉΓòÉ 77. Help for Logging Level ΓòÉΓòÉΓòÉ
  1507.  
  1508. Select Log API entry/exit (level 1) information to log low detailed (terse) 
  1509. trace information similar to the following: 
  1510.  
  1511. 003A 0001 | Dos32CreateQueue Entry
  1512.  
  1513. 003A 0001 | Dos32CreateQueue Exit
  1514.      PASS | Return code: 0
  1515.  
  1516. Select Log API parameters (level 2) information to log medium detailed trace 
  1517. information similar to the following: 
  1518.  
  1519. 003A 0001 | Dos32CreateQueue Entry
  1520.           | Parameter 1: PHQUEUE = 0x00028BE8
  1521.           | Parameter 2: ULONG = 0x00000002
  1522.           | Parameter 3: PSZ = 0x000200A4
  1523.  
  1524. 003A 0001 | Dos32CreateQueue Exit
  1525.      PASS | Return code: 0
  1526.           | Parameter 1: PHQUEUE = 0x00028BE8
  1527.  
  1528. Select Log API parameter contents (level 3) information to log high detailed 
  1529. (verbose) trace information similar to the following: 
  1530.  
  1531. 003A 0001 | Dos32CreateQueue Entry, Return Address = 0x000136FD (TEST 0001:000036FD)
  1532.           | Parameter 1: PHQUEUE = 0x00028BE8
  1533.           | Parameter 2: ULONG = 0x00000002
  1534.           | Parameter 3: PSZ = 0x000200A4 ["\QUEUES\TEST.QUE"]
  1535.  
  1536. 003A 0001 | Dos32CreateQueue Exit
  1537.      PASS | Return code: 0 (NO_ERROR)
  1538.           | Parameter 1: PHQUEUE = 0x00028BE8 [0x00000007]
  1539.  
  1540. Note:  The first number on both the API entry and exit lines is the hexadecimal 
  1541. process identifier (PID) of the executable. The second number is the 
  1542. hexadecimal thread identifier (TID) of the thread within the executable that 
  1543. invoked the API. 
  1544.  
  1545. For a detailed explanation of each button, select from the list below: 
  1546.  
  1547.  o  OK 
  1548.  o  Cancel 
  1549.  o  Default 
  1550.  o  Undo 
  1551.  
  1552.  For more information on logging level, select More on logging level below. 
  1553.  
  1554.  Related Information: 
  1555.  
  1556.  o  More on logging level 
  1557.  
  1558.  
  1559. ΓòÉΓòÉΓòÉ 78. Help for OK ΓòÉΓòÉΓòÉ
  1560.  
  1561. Select OK to save any changes to the logging level settings and exit this 
  1562. window. 
  1563.  
  1564.  
  1565. ΓòÉΓòÉΓòÉ 79. Help for Cancel ΓòÉΓòÉΓòÉ
  1566.  
  1567. Select Cancel to exit this window without saving any changes to the logging 
  1568. level settings. 
  1569.  
  1570.  
  1571. ΓòÉΓòÉΓòÉ 80. Help for Default ΓòÉΓòÉΓòÉ
  1572.  
  1573. Select Default to change the logging level settings to those that were active 
  1574. when you installed the OS/2 API Trace application. 
  1575.  
  1576.  
  1577. ΓòÉΓòÉΓòÉ 81. Help for Undo ΓòÉΓòÉΓòÉ
  1578.  
  1579. Select Undo to restore the logging level settings to those that were active 
  1580. before this window was displayed. 
  1581.  
  1582.  
  1583. ΓòÉΓòÉΓòÉ 82. Help for Time Stamping ΓòÉΓòÉΓòÉ
  1584.  
  1585. Select Enable time stamping of API entries and exits to time stamp API entries 
  1586. and exits and log trace information similar to the following: 
  1587.  
  1588. 00AC 0001 | Dos32Write Entry at 17:46:51.69
  1589.  
  1590. 00AC 0001 | Dos32Write Exit at 17:46:51.72
  1591.      PASS | Return code: 0
  1592.  
  1593. Select Disable time stamping of API entries and exits to not time stamp API 
  1594. entries and exits. 
  1595.  
  1596. Note:  API entry time stamps reflect entry into the trace API, not entry into 
  1597. the actual OS/2 API. 
  1598.  
  1599. For a detailed explanation of each button, select from the list below: 
  1600.  
  1601.  o  OK 
  1602.  o  Cancel 
  1603.  o  Default 
  1604.  o  Undo 
  1605.  
  1606.  For more information on time stamping, select More on time stamping below. 
  1607.  
  1608.  Related Information: 
  1609.  
  1610.  o  More on time stamping 
  1611.  
  1612.  
  1613. ΓòÉΓòÉΓòÉ 83. Help for OK ΓòÉΓòÉΓòÉ
  1614.  
  1615. Select OK to save any changes to the time stamping settings and exit this 
  1616. window. 
  1617.  
  1618.  
  1619. ΓòÉΓòÉΓòÉ 84. Help for Cancel ΓòÉΓòÉΓòÉ
  1620.  
  1621. Select Cancel to exit this window without saving any changes to the time 
  1622. stamping settings. 
  1623.  
  1624.  
  1625. ΓòÉΓòÉΓòÉ 85. Help for Default ΓòÉΓòÉΓòÉ
  1626.  
  1627. Select Default to change the time stamping settings to those that were active 
  1628. when you installed the OS/2 API Trace application. 
  1629.  
  1630.  
  1631. ΓòÉΓòÉΓòÉ 86. Help for Undo ΓòÉΓòÉΓòÉ
  1632.  
  1633. Select Undo to restore the time stamping settings to those that were active 
  1634. before this window was displayed. 
  1635.  
  1636.  
  1637. ΓòÉΓòÉΓòÉ 87. Help for PMWIN APIs ΓòÉΓòÉΓòÉ
  1638.  
  1639. Select one or more groups of APIs to trace when PMWIN.DLL is enabled for 
  1640. tracing. When a check box is selected, the APIs within the corresponding API 
  1641. group are traced only when PMWIN.DLL is enabled for tracing. When a check box 
  1642. is not selected, the APIs within the corresponding API group are not traced 
  1643. even when PMWIN.DLL is enabled for tracing. 
  1644.  
  1645. For a detailed explanation of each button, select from the list below: 
  1646.  
  1647.  o  ACCL 
  1648.  o  ATOM 
  1649.  o  CLIP 
  1650.  o  CTRY 
  1651.  o  CUR 
  1652.  o  DDE 
  1653.  o  DESK 
  1654.  o  DLG 
  1655.  o  DWIN 
  1656.  o  ERR 
  1657.  o  FRAM 
  1658.  o  HOOK 
  1659.  o  INPT 
  1660.  o  LOAD 
  1661.  o  MENU 
  1662.  o  MSG 
  1663.  o  MSGL 
  1664.  o  PAL 
  1665.  o  PTR 
  1666.  o  RECT 
  1667.  o  SYS 
  1668.  o  THK 
  1669.  o  TIME 
  1670.  o  TREC 
  1671.  o  WIN 
  1672.  o  OK 
  1673.  o  Cancel 
  1674.  o  Clear 
  1675.  o  Default 
  1676.  o  Undo 
  1677.  
  1678.  For more information on PMWIN APIs, select More on PMWIN APIs below. 
  1679.  
  1680.  Related Information: 
  1681.  
  1682.  o  More on PMWIN APIs 
  1683.  
  1684.  
  1685. ΓòÉΓòÉΓòÉ 88. Help for ACCL ΓòÉΓòÉΓòÉ
  1686.  
  1687. Select ACCL to trace APIs within the PMWIN accelerator API group. These APIs 
  1688. are included from PMWIN.H by defining INCL_WINACCELERATORS (keyboard 
  1689. accelerators). 
  1690.  
  1691. The following APIs comprise this group: 
  1692.  
  1693.      Win32CopyAccelTable 
  1694.      Win32CreateAccelTable 
  1695.      Win32DestroyAccelTable 
  1696.      Win32LoadAccelTable 
  1697.      Win32QueryAccelTable 
  1698.      Win32SetAccelTable 
  1699.      Win32TranslateAccel 
  1700.  
  1701.  
  1702. ΓòÉΓòÉΓòÉ 89. Help for ATOM ΓòÉΓòÉΓòÉ
  1703.  
  1704. Select ATOM to trace APIs within the PMWIN atom API group. These APIs are 
  1705. included from PMWIN.H by defining INCL_WINATOM (atom manager). 
  1706.  
  1707. The following APIs comprise this group: 
  1708.  
  1709.      Win32AddAtom 
  1710.      Win32CreateAtomTable 
  1711.      Win32DeleteAtom 
  1712.      Win32DestroyAtomTable 
  1713.      Win32FindAtom 
  1714.      Win32QueryAtomLength 
  1715.      Win32QueryAtomName 
  1716.      Win32QueryAtomUsage 
  1717.      Win32QuerySystemAtomTable 
  1718.  
  1719.  
  1720. ΓòÉΓòÉΓòÉ 90. Help for CLIP ΓòÉΓòÉΓòÉ
  1721.  
  1722. Select CLIP to trace APIs within the PMWIN clipboard API group. These APIs are 
  1723. included from PMWIN.H by defining INCL_WINCLIPBOARD (clipboard manager). 
  1724.  
  1725. The following APIs comprise this group: 
  1726.  
  1727.      Win32CloseClipbrd 
  1728.      Win32EmptyClipbrd 
  1729.      Win32EnumClipbrdFmts 
  1730.      Win32OpenClipbrd 
  1731.      Win32QueryClipbrdData 
  1732.      Win32QueryClipbrdFmtInfo 
  1733.      Win32QueryClipbrdOwner 
  1734.      Win32QueryClipbrdViewer 
  1735.      Win32SetClipbrdData 
  1736.      Win32SetClipbrdOwner 
  1737.      Win32SetClipbrdViewer 
  1738.  
  1739.  
  1740. ΓòÉΓòÉΓòÉ 91. Help for CTRY ΓòÉΓòÉΓòÉ
  1741.  
  1742. Select CTRY to trace APIs within the PMWIN country API group. These APIs are 
  1743. included from PMWIN.H by defining INCL_WINCOUNTRY (country support). 
  1744.  
  1745. The following APIs comprise this group: 
  1746.  
  1747.      Win32CompareStrings 
  1748.      Win32CpTranslateChar 
  1749.      Win32CpTranslateString 
  1750.      Win32NextChar 
  1751.      Win32PrevChar 
  1752.      Win32QueryCp 
  1753.      Win32QueryCpList 
  1754.      Win32SetCp 
  1755.      Win32Upper 
  1756.      Win32UpperChar 
  1757.  
  1758.  
  1759. ΓòÉΓòÉΓòÉ 92. Help for CUR ΓòÉΓòÉΓòÉ
  1760.  
  1761. Select CUR to trace APIs within the PMWIN cursor API group. These APIs are 
  1762. included from PMWIN.H by defining INCL_WINCURSORS (text cursors). 
  1763.  
  1764. The following APIs comprise this group: 
  1765.  
  1766.      Win32CreateCursor 
  1767.      Win32DestroyCursor 
  1768.      Win32QueryCursorInfo 
  1769.      Win32ShowCursor 
  1770.  
  1771.  
  1772. ΓòÉΓòÉΓòÉ 93. Help for DDE ΓòÉΓòÉΓòÉ
  1773.  
  1774. Select DDE to trace APIs within the PMWIN DDE API group. These APIs are 
  1775. included from PMWIN.H by defining INCL_WINDDE (dynamic data exchange). 
  1776.  
  1777. The following APIs comprise this group: 
  1778.  
  1779.      Win32DdeInitiate 
  1780.      Win32DdePostMsg 
  1781.      Win32DdeRespond 
  1782.  
  1783.  
  1784. ΓòÉΓòÉΓòÉ 94. Help for DESK ΓòÉΓòÉΓòÉ
  1785.  
  1786. Select DESK to trace APIs within the PMWIN desktop API group. These APIs are 
  1787. included from PMWIN.H by defining INCL_WINDESKTOP (desktop API). 
  1788.  
  1789. The following APIs comprise this group: 
  1790.  
  1791.      Win32QueryDesktopBkgnd 
  1792.      Win32SetDesktopBkgnd 
  1793.  
  1794.  
  1795. ΓòÉΓòÉΓòÉ 95. Help for DLG ΓòÉΓòÉΓòÉ
  1796.  
  1797. Select DLG to trace APIs within the PMWIN dialog API group. These APIs are 
  1798. included from PMWIN.H by defining INCL_WINDIALOGS (dialog boxes). 
  1799.  
  1800. The following APIs comprise this group: 
  1801.  
  1802.      Win32Alarm 
  1803.      Win32CreateDlg 
  1804.      Win32DefDlgProc 
  1805.      Win32DismissDlg 
  1806.      Win32DlgBox 
  1807.      Win32EnumDlgItem 
  1808.      Win32GetDlgMsg 
  1809.      Win32LoadDlg 
  1810.      Win32MapDlgPoints 
  1811.      Win32MessageBox 
  1812.      Win32ProcessDlg 
  1813.      Win32QueryDlgItemShort 
  1814.      Win32QueryDlgItemText 
  1815.      Win32QueryDlgItemTextLength 
  1816.      Win32SendDlgItemMsg 
  1817.      Win32SetDlgItemShort 
  1818.      Win32SetDlgItemText 
  1819.      Win32SubstituteStrings 
  1820.  
  1821.  
  1822. ΓòÉΓòÉΓòÉ 96. Help for DWIN ΓòÉΓòÉΓòÉ
  1823.  
  1824. Select DWIN to trace Win32DefWindowProc. 
  1825.  
  1826. Note:  Tracing Win32DefWindowProc is not recommended unless absolutely 
  1827. necessary as it can severely affect the performance of a trace-enabled 
  1828. executable file. 
  1829.  
  1830.  
  1831. ΓòÉΓòÉΓòÉ 97. Help for ERR ΓòÉΓòÉΓòÉ
  1832.  
  1833. Select ERR to trace APIs within the PMWIN error API group. These APIs are 
  1834. included from PMWIN.H by defining INCL_WINERRORS (error code definitions). 
  1835.  
  1836. The following APIs comprise this group: 
  1837.  
  1838.      Win32FreeErrorInfo 
  1839.      Win32GetErrorInfo 
  1840.      Win32GetLastError 
  1841.  
  1842.  
  1843. ΓòÉΓòÉΓòÉ 98. Help for FRAM ΓòÉΓòÉΓòÉ
  1844.  
  1845. Select FRAM to trace APIs within the PMWIN frame API group. These APIs are 
  1846. included from PMWIN.H by defining INCL_WINFRAMEMGR (frame manager). 
  1847.  
  1848. The following APIs comprise this group: 
  1849.  
  1850.      Win32CalcFrameRect 
  1851.      Win32CreateFrameControls 
  1852.      Win32CreateStdWindow 
  1853.      Win32FlashWindow 
  1854.      Win32GetMaxPosition 
  1855.      Win32GetMinPosition 
  1856.      Win32SaveWindowPos 
  1857.  
  1858.  
  1859. ΓòÉΓòÉΓòÉ 99. Help for HOOK ΓòÉΓòÉΓòÉ
  1860.  
  1861. Select HOOK to trace APIs within the PMWIN hook API group. These APIs are 
  1862. included from PMWIN.H by defining INCL_WINHOOKS (hook manager). 
  1863.  
  1864. The following APIs comprise this group: 
  1865.  
  1866.      Win32CallMsgFilter 
  1867.      Win32ReleaseHook 
  1868.      Win32SetHook 
  1869.  
  1870.  
  1871. ΓòÉΓòÉΓòÉ 100. Help for INPT ΓòÉΓòÉΓòÉ
  1872.  
  1873. Select INPT to trace APIs within the PMWIN input API group. These APIs are 
  1874. included from PMWIN.H by defining INCL_WININPUT (mouse and keyboard input). 
  1875.  
  1876. The following APIs comprise this group: 
  1877.  
  1878.      Win32CheckInput (OS/2 2.10+) 
  1879.      Win32EnablePhysInput 
  1880.      Win32FocusChange 
  1881.      Win32GetKeyState 
  1882.      Win32GetPhysKeyState 
  1883.      Win32IsPhysInputEnabled 
  1884.      Win32QueryCapture 
  1885.      Win32QueryFocus 
  1886.      Win32SetCapture 
  1887.      Win32SetFocus 
  1888.      Win32SetKeyboardStateTable 
  1889.  
  1890.  
  1891. ΓòÉΓòÉΓòÉ 101. Help for LOAD ΓòÉΓòÉΓòÉ
  1892.  
  1893. Select LOAD to trace APIs within the PMWIN load API group. These APIs are 
  1894. included from PMWIN.H by defining INCL_WINLOAD (load/delete library/procedure). 
  1895.  
  1896. The following APIs comprise this group: 
  1897.  
  1898.      Win32DeleteLibrary 
  1899.      Win32DeleteProcedure 
  1900.      Win32LoadLibrary 
  1901.      Win32LoadProcedure 
  1902.  
  1903.  
  1904. ΓòÉΓòÉΓòÉ 102. Help for MENU ΓòÉΓòÉΓòÉ
  1905.  
  1906. Select MENU to trace APIs within the PMWIN menu API group. These APIs are 
  1907. included from PMWIN.H by defining INCL_WINMENUS (menu controls). 
  1908.  
  1909. The following APIs comprise this group: 
  1910.  
  1911.      Win32CreateMenu 
  1912.      Win32LoadMenu 
  1913.      Win32PopupMenu 
  1914.  
  1915.  
  1916. ΓòÉΓòÉΓòÉ 103. Help for MSG ΓòÉΓòÉΓòÉ
  1917.  
  1918. Select MSG to trace APIs within the PMWIN message API group. These APIs are 
  1919. included from PMWIN.H by defining INCL_WINMESSAGEMGR (message management). 
  1920.  
  1921. Note:  Even though WinDispatchMsg and WinGetMsg belong in the message API 
  1922. group, they are included in a different group, MSGL, to address performance 
  1923. issues. 
  1924.  
  1925. The following APIs comprise this group: 
  1926.  
  1927.      Win32BroadcastMsg 
  1928.      Win32CancelShutdown 
  1929.      Win32CreateMsgQueue 
  1930.      Win32DestroyMsgQueue 
  1931.      Win32InSendMsg 
  1932.      Win32LockInput 
  1933.      Win32MsgMuxSemWait 
  1934.      Win32MsgSemWait 
  1935.      Win32PeekMsg 
  1936.      Win32PostMsg 
  1937.      Win32PostQueueMsg 
  1938.      Win32QueryMsgPos 
  1939.      Win32QueryMsgTime 
  1940.      Win32QueryQueueInfo 
  1941.      Win32QueryQueueStatus 
  1942.      Win32QuerySendMsg 
  1943.      Win32QueueFromID 
  1944.      Win32RegisterUserDatatype 
  1945.      Win32RegisterUserMsg 
  1946.      Win32ReplyMsg 
  1947.      Win32RequestMutexSem 
  1948.      Win32SendMsg 
  1949.      Win32SetClassMsgInterest 
  1950.      Win32SetMsgInterest 
  1951.      Win32SetMsgMode 
  1952.      Win32SetSynchroMode 
  1953.      Win32ThreadAssocQueue 
  1954.      Win32WaitEventSem 
  1955.      Win32WaitMsg 
  1956.      Win32WaitMuxWaitSem 
  1957.      Win32WakeThread 
  1958.  
  1959.  
  1960. ΓòÉΓòÉΓòÉ 104. Help for MSGL ΓòÉΓòÉΓòÉ
  1961.  
  1962. Select MSGL to trace Win32DispatchMsg and Win32GetMsg. 
  1963.  
  1964. Note:  Tracing Win32DispatchMsg and Win32GetMsg is not recommended unless 
  1965. absolutely necessary as it can severely affect the performance of a 
  1966. trace-enabled executable file. 
  1967.  
  1968.  
  1969. ΓòÉΓòÉΓòÉ 105. Help for PAL ΓòÉΓòÉΓòÉ
  1970.  
  1971. Select PAL to trace the API within the PMWIN palette API group. This API is 
  1972. included from PMWIN.H by defining INCL_WINPALETTE (palette management). 
  1973.  
  1974. The following API comprises this group: 
  1975.  
  1976.      Win32RealizePalette 
  1977.  
  1978.  
  1979. ΓòÉΓòÉΓòÉ 106. Help for PTR ΓòÉΓòÉΓòÉ
  1980.  
  1981. Select PTR to trace APIs within the PMWIN pointer API group. These APIs are 
  1982. included from PMWIN.H by defining INCL_WINPOINTERS (mouse pointers). 
  1983.  
  1984. The following APIs comprise this group: 
  1985.  
  1986.      Win32CreatePointer 
  1987.      Win32CreatePointerIndirect 
  1988.      Win32DestroyPointer 
  1989.      Win32DrawPointer 
  1990.      Win32GetSysBitmap 
  1991.      Win32LoadPointer 
  1992.      Win32LockPointerUpdate (OS/2 2.10+) 
  1993.      Win32QueryPointer 
  1994.      Win32QueryPointerInfo 
  1995.      Win32QueryPointerPos 
  1996.      Win32QuerySysPointer 
  1997.      Win32QuerySysPointerData (OS/2 2.10+) 
  1998.      Win32SetPointer 
  1999.      Win32SetPointerOwner 
  2000.      Win32SetPointerPos 
  2001.      Win32SetSysPointerData (OS/2 2.10+) 
  2002.      Win32ShowPointer 
  2003.      Win32StretchPointer 
  2004.  
  2005.  
  2006. ΓòÉΓòÉΓòÉ 107. Help for RECT ΓòÉΓòÉΓòÉ
  2007.  
  2008. Select RECT to trace APIs within the PMWIN rectangle API group. These APIs are 
  2009. included from PMWIN.H by defining INCL_WINRECTANGLES (rectangle routines). 
  2010.  
  2011. The following APIs comprise this group: 
  2012.  
  2013.      Win32CopyRect 
  2014.      Win32EqualRect 
  2015.      Win32InflateRect 
  2016.      Win32IntersectRect 
  2017.      Win32IsRectEmpty 
  2018.      Win32MakePoints 
  2019.      Win32MakeRect 
  2020.      Win32OffsetRect 
  2021.      Win32PtInRect 
  2022.      Win32SetRect 
  2023.      Win32SetRectEmpty 
  2024.      Win32SubtractRect 
  2025.      Win32UnionRect 
  2026.  
  2027.  
  2028. ΓòÉΓòÉΓòÉ 108. Help for SYS ΓòÉΓòÉΓòÉ
  2029.  
  2030. Select SYS to trace APIs within the PMWIN system API group. These APIs are 
  2031. included from PMWIN.H by defining INCL_WINSYS (system values and colors). 
  2032.  
  2033. The following APIs comprise this group: 
  2034.  
  2035.      Win32QueryPresParam 
  2036.      Win32QuerySysColor 
  2037.      Win32QuerySysValue 
  2038.      Win32RemovePresParam 
  2039.      Win32SetPresParam 
  2040.      Win32SetSysColors 
  2041.      Win32SetSysValue 
  2042.  
  2043.  
  2044. ΓòÉΓòÉΓòÉ 109. Help for THK ΓòÉΓòÉΓòÉ
  2045.  
  2046. Select THK to trace APIs within the PMWIN thunk API group. These APIs are 
  2047. included from PMWIN.H by defining INCL_WINTHUNKAPI (thunk procedure API). 
  2048.  
  2049. The following APIs comprise this group: 
  2050.  
  2051.      Win32QueryClassThunkProc 
  2052.      Win32QueryWindowModel 
  2053.      Win32QueryWindowThunkProc 
  2054.      Win32SetClassThunkProc 
  2055.      Win32SetWindowThunkProc 
  2056.  
  2057.  
  2058. ΓòÉΓòÉΓòÉ 110. Help for TIME ΓòÉΓòÉΓòÉ
  2059.  
  2060. Select TIME to trace APIs within the PMWIN time API group. These APIs are 
  2061. included from PMWIN.H by defining INCL_WINTIMER (timer routines). 
  2062.  
  2063. The following APIs comprise this group: 
  2064.  
  2065.      Win32GetCurrentTime 
  2066.      Win32StartTimer 
  2067.      Win32StopTimer 
  2068.  
  2069.  
  2070. ΓòÉΓòÉΓòÉ 111. Help for TREC ΓòÉΓòÉΓòÉ
  2071.  
  2072. Select TREC to trace APIs within the PMWIN track rectangle API group. These 
  2073. APIs are included from PMWIN.H by defining INCL_WINTRACKRECT (WinTrackRect() 
  2074. function). 
  2075.  
  2076. The following APIs comprise this group: 
  2077.  
  2078.      Win32ShowTrackRect 
  2079.      Win32TrackRect 
  2080.  
  2081.  
  2082. ΓòÉΓòÉΓòÉ 112. Help for WIN ΓòÉΓòÉΓòÉ
  2083.  
  2084. Select WIN to trace APIs within the PMWIN window API group. These APIs are 
  2085. included from PMWIN.H by defining INCL_WINWINDOWMGR (general window 
  2086. management). 
  2087.  
  2088. Note:  Even though WinDefWindowProc belongs in the window API group, it is 
  2089. included in a different group, DWIN, to address performance issues. 
  2090.  
  2091. The following APIs comprise this group: 
  2092.  
  2093.      Win32BeginEnumWindows 
  2094.      Win32BeginPaint 
  2095.      Win32CreateWindow 
  2096.      Win32DestroyWindow 
  2097.      Win32DrawBitmap 
  2098.      Win32DrawBorder 
  2099.      Win32DrawText 
  2100.      Win32EnableWindow 
  2101.      Win32EnableWindowUpdate 
  2102.      Win32EndEnumWindows 
  2103.      Win32EndPaint 
  2104.      Win32ExcludeUpdateRegion 
  2105.      Win32FillRect 
  2106.      Win32GetClipPS 
  2107.      Win32GetErasePS 
  2108.      Win32GetNextWindow 
  2109.      Win32GetPS 
  2110.      Win32GetScreenPS 
  2111.      Win32Initialize 
  2112.      Win32InvalidateRect 
  2113.      Win32InvalidateRegion 
  2114.      Win32InvertRect 
  2115.      Win32IsChild 
  2116.      Win32IsThreadActive 
  2117.      Win32IsWindow 
  2118.      Win32IsWindowEnabled 
  2119.      Win32IsWindowShowing 
  2120.      Win32IsWindowVisible 
  2121.      Win32LoadMessage 
  2122.      Win32LoadString 
  2123.      Win32LockVisRegions 
  2124.      Win32LockWindowUpdate 
  2125.      Win32MapWindowPoints 
  2126.      Win32MultWindowFromIDs 
  2127.      Win32OpenWindowDC 
  2128.      Win32QueryActiveWindow 
  2129.      Win32QueryAnchorBlock 
  2130.      Win32QueryClassInfo 
  2131.      Win32QueryClassName 
  2132.      Win32QueryClipRegion (OS/2 2.40+) 
  2133.      Win32QueryDesktopWindow 
  2134.      Win32QueryObjectWindow 
  2135.      Win32QuerySysModalWindow 
  2136.      Win32QueryUpdateRect 
  2137.      Win32QueryUpdateRegion 
  2138.      Win32QueryVersion 
  2139.      Win32QueryVisibleRegion (OS/2 2.10+) 
  2140.      Win32QueryWindow 
  2141.      Win32QueryWindowDC 
  2142.      Win32QueryWindowPos 
  2143.      Win32QueryWindowProcess 
  2144.      Win32QueryWindowPtr 
  2145.      Win32QueryWindowRect 
  2146.      Win32QueryWindowText 
  2147.      Win32QueryWindowTextLength 
  2148.      Win32QueryWindowULong 
  2149.      Win32QueryWindowUShort 
  2150.      Win32RegisterClass 
  2151.      Win32ReleaseErasePS 
  2152.      Win32ReleasePS 
  2153.      Win32ScrollWindow 
  2154.      Win32SetActiveWindow 
  2155.      Win32SetClipRegion (OS/2 2.40+) 
  2156.      Win32SetMultWindowPos 
  2157.      Win32SetOwner 
  2158.      Win32SetParent 
  2159.      Win32SetSysModalWindow 
  2160.      Win32SetVisibleRegionNotify (OS/2 2.10+) 
  2161.      Win32SetWindowBits 
  2162.      Win32SetWindowPos 
  2163.      Win32SetWindowPtr 
  2164.      Win32SetWindowText 
  2165.      Win32SetWindowULong 
  2166.      Win32SetWindowUShort 
  2167.      Win32ShowWindow 
  2168.      Win32SubclassWindow 
  2169.      Win32Terminate 
  2170.      Win32UpdateWindow 
  2171.      Win32ValidateRect 
  2172.      Win32ValidateRegion 
  2173.      Win32WindowFromDC 
  2174.      Win32WindowFromID 
  2175.      Win32WindowFromPoint 
  2176.  
  2177.  
  2178. ΓòÉΓòÉΓòÉ 113. Help for OK ΓòÉΓòÉΓòÉ
  2179.  
  2180. Select OK to save any changes to the PMWIN APIs settings and exit this window. 
  2181.  
  2182.  
  2183. ΓòÉΓòÉΓòÉ 114. Help for Cancel ΓòÉΓòÉΓòÉ
  2184.  
  2185. Select Cancel to exit this window without saving any changes to the PMWIN APIs 
  2186. settings. 
  2187.  
  2188.  
  2189. ΓòÉΓòÉΓòÉ 115. Help for Clear ΓòÉΓòÉΓòÉ
  2190.  
  2191. Select Clear to deselect all PMWIN API groups in this window. 
  2192.  
  2193. Note:  At least one PMWIN API group must be selected before saving any changes 
  2194. to the PMWIN APIs settings. 
  2195.  
  2196.  
  2197. ΓòÉΓòÉΓòÉ 116. Help for Default ΓòÉΓòÉΓòÉ
  2198.  
  2199. Select Default to change the PMWIN APIs settings to those that were active when 
  2200. you installed the OS/2 API Trace application. 
  2201.  
  2202.  
  2203. ΓòÉΓòÉΓòÉ 117. Help for Undo ΓòÉΓòÉΓòÉ
  2204.  
  2205. Select Undo to restore the PMWIN APIs settings to those that were active before 
  2206. this window was displayed. 
  2207.  
  2208.  
  2209. ΓòÉΓòÉΓòÉ 118. Help for OK ΓòÉΓòÉΓòÉ
  2210.  
  2211. Select OK to exit this window. 
  2212.  
  2213.  
  2214. ΓòÉΓòÉΓòÉ 119. Help for Enablement ΓòÉΓòÉΓòÉ
  2215.  
  2216. Enable and/or disable the tracing of OS/2 APIs imported by the executable file 
  2217. from one or more of the supported DLLs. When a DLL's name and corresponding 
  2218. buttons are disabled (gray), the DLL is not imported by the executable file and 
  2219. subsequently trace enablement is not required as there are no APIs within the 
  2220. DLL to trace. Otherwise, the DLL is imported by the executable file and it can 
  2221. therefore be enabled or disabled for tracing. 
  2222.  
  2223. When the On button is selected, the corresponding DLL is enabled for tracing, 
  2224. meaning that the APIs within the DLL are traced when the executable is run. 
  2225. When the Off button is selected, the corresponding DLL is disabled dor tracing, 
  2226. meaning that the APIs within the DLL are not traced when the executable is run. 
  2227.  
  2228. For a detailed explanation of each button, select from the list below: 
  2229.  
  2230.  o  DOSCALLS 
  2231.  o  HELPMGR 
  2232.  o  KBDCALLS 
  2233.  o  MONCALLS 
  2234.  o  MOUCALLS 
  2235.  o  MSG 
  2236.  o  NAMPIPES 
  2237.  o  NLS 
  2238.  o  PMCTLS 
  2239.  o  PMDRAG 
  2240.  o  PMGPI 
  2241.  o  PMMERGE 
  2242.  o  PMPIC 
  2243.  o  PMSHAPI 
  2244.  o  PMSPL 
  2245.  o  PMWIN 
  2246.  o  PMWP 
  2247.  o  QUECALLS 
  2248.  o  SESMGR 
  2249.  o  VIOCALLS 
  2250.  o  OK 
  2251.  o  Cancel 
  2252.  o  All On 
  2253.  o  All Off 
  2254.  o  Undo 
  2255.  
  2256.  
  2257. ΓòÉΓòÉΓòÉ 120. Help for DOSCALLS ΓòÉΓòÉΓòÉ
  2258.  
  2259. Select the DOSCALLS On or Off button to enable or disable the tracing of APIs 
  2260. imported by the executable file from DOSCALLS.DLL. When the On button is 
  2261. selected, the APIs within DOSCALLS.DLL are traced when the executable is run. 
  2262. When the Off button is selected, the APIs within DOSCALLS.DLL are not traced 
  2263. when the executable is run. 
  2264.  
  2265. Note:  The actual APIs traced within DOSCALLS.DLL are determined by the API 
  2266. groups selected through the DOSCALLS APIs customization window, which provides 
  2267. the same functionality as OS2TRACE's -D option. 
  2268.  
  2269. The following APIs are traced when DOSCALLS is enabled for tracing: 
  2270.  
  2271.      Dos16AllocHuge 
  2272.      Dos16AllocSeg 
  2273.      Dos16AllocShrSeg 
  2274.      Dos16Beep 
  2275.      Dos16BufReset 
  2276.      Dos16Callback 
  2277.      Dos16ChDir 
  2278.      Dos16ChgFilePtr 
  2279.      Dos16CLIAccess 
  2280.      Dos16Close 
  2281.      Dos16CloseSem 
  2282.      Dos16CloseVDD 
  2283.      Dos16Copy 
  2284.      Dos16CreateCSAlias 
  2285.      Dos16CreateSem 
  2286.      Dos16CreateThread 
  2287.      Dos16Cwait 
  2288.      Dos16Delete 
  2289.      Dos16DevConfig 
  2290.      Dos16DevIOCtl 
  2291.      Dos16DevIOCtl2 
  2292.      Dos16DupHandle 
  2293.      Dos16EditName 
  2294.      Dos16EnterCritSec 
  2295.      Dos16EnumAttribute 
  2296.      Dos16ErrClass 
  2297.      Dos16Error 
  2298.      Dos16ExecPgm 
  2299.      Dos16Exit 
  2300.      Dos16ExitCritSec 
  2301.      Dos16ExitList 
  2302.      Dos16FileIO 
  2303.      Dos16FileLocks 
  2304.      Dos16FindClose 
  2305.      Dos16FindFirst 
  2306.      Dos16FindFirst2 
  2307.      Dos16FindNext 
  2308.      Dos16FlagProcess 
  2309.      Dos16FreeModule 
  2310.      Dos16FreeResource 
  2311.      Dos16FreeSeg 
  2312.      Dos16FSAttach 
  2313.      Dos16FSCtl 
  2314.      Dos16FSRamSemClear 
  2315.      Dos16FSRamSemRequest 
  2316.      Dos16GetCp 
  2317.      Dos16GetDateTime 
  2318.      Dos16GetEnv 
  2319.      Dos16GetHugeShift 
  2320.      Dos16GetInfoSeg 
  2321.      Dos16GetMachineMode 
  2322.      Dos16GetModHandle 
  2323.      Dos16GetModName 
  2324.      Dos16GetPID 
  2325.      Dos16GetPPID 
  2326.      Dos16GetProcAddr 
  2327.      Dos16GetPrty 
  2328.      Dos16GetResource 
  2329.      Dos16GetResource2 
  2330.      Dos16GetSeg 
  2331.      Dos16GetShrSeg 
  2332.      Dos16GetVersion 
  2333.      Dos16GiveSeg 
  2334.      Dos16HoldSignal 
  2335.      Dos16KillProcess 
  2336.      Dos16LoadModule 
  2337.      Dos16LockSeg 
  2338.      Dos16MakePipe 
  2339.      Dos16MemAvail 
  2340.      Dos16MkDir 
  2341.      Dos16MkDir2 
  2342.      Dos16Move 
  2343.      Dos16MuxSemWait 
  2344.      Dos16NewSize 
  2345.      Dos16Open 
  2346.      Dos16Open2 
  2347.      Dos16OpenSem 
  2348.      Dos16OpenVDD 
  2349.      Dos16PhysicalDisk 
  2350.      Dos16PortAccess 
  2351.      Dos16ProtectChgFilePtr (OS/2 2.10+) 
  2352.      Dos16ProtectClose (OS/2 2.10+) 
  2353.      Dos16ProtectEnumAttribute (OS/2 2.10+) 
  2354.      Dos16ProtectFileIO (OS/2 2.10+) 
  2355.      Dos16ProtectFileLocks (OS/2 2.10+) 
  2356.      Dos16ProtectNewSize (OS/2 2.10+) 
  2357.      Dos16ProtectOpen (OS/2 2.10+) 
  2358.      Dos16ProtectQFHandState (OS/2 2.10+) 
  2359.      Dos16ProtectQFileInfo (OS/2 2.10+) 
  2360.      Dos16ProtectSetFHandState (OS/2 2.10+) 
  2361.      Dos16ProtectSetFileInfo (OS/2 2.10+) 
  2362.      Dos16Ptrace 
  2363.      Dos16QAppType 
  2364.      Dos16QCurDir 
  2365.      Dos16QCurDisk 
  2366.      Dos16QFHandState 
  2367.      Dos16QFileInfo 
  2368.      Dos16QFileMode 
  2369.      Dos16QFSAttach 
  2370.      Dos16QFSInfo 
  2371.      Dos16QHandType 
  2372.      Dos16QPathInfo 
  2373.      Dos16QSysInfo 
  2374.      Dos16QueryDOSProperty 
  2375.      Dos16QueryExtLIBPATH (OS/2 2.30+) 
  2376.      Dos16QVerify 
  2377.      Dos16R2StackRealloc 
  2378.      Dos16Read 
  2379.      Dos16ReadAsync 
  2380.      Dos16ReallocHuge 
  2381.      Dos16ReallocSeg 
  2382.      Dos16RegisterPerfCtrs 
  2383.      Dos16RequestVDD 
  2384.      Dos16ResumeThread 
  2385.      Dos16RmDir 
  2386.      Dos16ScanEnv 
  2387.      Dos16SearchPath 
  2388.      Dos16SelectDisk 
  2389.      Dos16SemClear 
  2390.      Dos16SemRequest 
  2391.      Dos16SemSet 
  2392.      Dos16SemSetWait 
  2393.      Dos16SemWait 
  2394.      Dos16SendSignal 
  2395.      Dos16SetCp 
  2396.      Dos16SetDateTime 
  2397.      Dos16SetDOSProperty 
  2398.      Dos16SetExtLIBPATH (OS/2 2.30+) 
  2399.      Dos16SetFHandState 
  2400.      Dos16SetFileInfo 
  2401.      Dos16SetFileMode 
  2402.      Dos16SetFSInfo 
  2403.      Dos16SetMaxFH 
  2404.      Dos16SetPathInfo 
  2405.      Dos16SetProcCp 
  2406.      Dos16SetPrty 
  2407.      Dos16SetSigHandler 
  2408.      Dos16SetVec 
  2409.      Dos16SetVerify 
  2410.      Dos16Shutdown 
  2411.      Dos16SizeSeg 
  2412.      Dos16Sleep 
  2413.      Dos16SubAlloc 
  2414.      Dos16SubFree 
  2415.      Dos16SubSet 
  2416.      Dos16SuspendThread 
  2417.      Dos16TimerAsync 
  2418.      Dos16TimerStart 
  2419.      Dos16TimerStop 
  2420.      Dos16TmrQueryFreq 
  2421.      Dos16TmrQueryTime 
  2422.      Dos16UnlockSeg 
  2423.      Dos16Write 
  2424.      Dos16WriteAsync 
  2425.      Dos32AcknowledgeSignalException 
  2426.      Dos32AddMuxWaitSem 
  2427.      Dos32AllocMem 
  2428.      Dos32AllocSharedMem 
  2429.      Dos32AllocThreadLocalMemory (OS/2 2.30+) 
  2430.      Dos32AsyncTimer 
  2431.      Dos32Beep 
  2432.      Dos32CallNPipe 
  2433.      Dos32CancelLockRequest 
  2434.      Dos32Close 
  2435.      Dos32CloseEventSem 
  2436.      Dos32CloseMutexSem 
  2437.      Dos32CloseMuxWaitSem 
  2438.      Dos32CloseVDD 
  2439.      Dos32ConnectNPipe 
  2440.      Dos32Copy 
  2441.      Dos32CreateDir 
  2442.      Dos32CreateEventSem 
  2443.      Dos32CreateMutexSem 
  2444.      Dos32CreateMuxWaitSem 
  2445.      Dos32CreateNPipe 
  2446.      Dos32CreatePipe 
  2447.      Dos32CreateThread 
  2448.      Dos32Debug 
  2449.      Dos32Delete 
  2450.      Dos32DeleteDir 
  2451.      Dos32DeleteMuxWaitSem 
  2452.      Dos32DevConfig 
  2453.      Dos32DevIOCtl 
  2454.      Dos32DisConnectNPipe 
  2455.      Dos32DumpProcess (OS/2 2.10+) 
  2456.      Dos32DupHandle 
  2457.      Dos32EditName 
  2458.      Dos32EnterCritSec 
  2459.      Dos32EnterMustComplete 
  2460.      Dos32EnumAttribute 
  2461.      Dos32ErrClass 
  2462.      Dos32Error 
  2463.      Dos32ExecPgm 
  2464.      Dos32Exit 
  2465.      Dos32ExitCritSec 
  2466.      Dos32ExitList 
  2467.      Dos32ExitMustComplete 
  2468.      Dos32FindClose 
  2469.      Dos32FindFirst 
  2470.      Dos32FindNext 
  2471.      Dos32ForceDelete 
  2472.      Dos32FreeMem 
  2473.      Dos32FreeModule 
  2474.      Dos32FreeResource 
  2475.      Dos32FreeThreadLocalMemory (OS/2 2.30+) 
  2476.      Dos32FSAttach 
  2477.      Dos32FSCtl 
  2478.      Dos32GetDateTime 
  2479.      Dos32GetInfoBlocks 
  2480.      Dos32GetNamedSharedMem 
  2481.      Dos32GetResource 
  2482.      Dos32GetSharedMem 
  2483.      Dos32GiveSharedMem 
  2484.      Dos32KillProcess 
  2485.      Dos32KillThread 
  2486.      Dos32LoadModule 
  2487.      Dos32Move 
  2488.      Dos32Open 
  2489.      Dos32OpenEventSem 
  2490.      Dos32OpenMutexSem 
  2491.      Dos32OpenMuxWaitSem 
  2492.      Dos32OpenVDD 
  2493.      Dos32PeekNPipe 
  2494.      Dos32PhysicalDisk 
  2495.      Dos32PMPostEventSem (OS/2 2.30+) 
  2496.      Dos32PMRequestMutexSem (OS/2 2.30+) 
  2497.      Dos32PMWaitEventSem (OS/2 2.30+) 
  2498.      Dos32PMWaitMuxWaitSem (OS/2 2.30+) 
  2499.      Dos32PostEventSem 
  2500.      Dos32ProtectClose (OS/2 2.10+) 
  2501.      Dos32ProtectEnumAttribute (OS/2 2.10+) 
  2502.      Dos32ProtectOpen (OS/2 2.10+) 
  2503.      Dos32ProtectQueryFHState (OS/2 2.10+) 
  2504.      Dos32ProtectQueryFileInfo (OS/2 2.10+) 
  2505.      Dos32ProtectRead (OS/2 2.10+) 
  2506.      Dos32ProtectSetFHState (OS/2 2.10+) 
  2507.      Dos32ProtectSetFileInfo (OS/2 2.10+) 
  2508.      Dos32ProtectSetFileLocks (OS/2 2.10+) 
  2509.      Dos32ProtectSetFilePtr (OS/2 2.10+) 
  2510.      Dos32ProtectSetFileSize (OS/2 2.10+) 
  2511.      Dos32ProtectWrite (OS/2 2.10+) 
  2512.      Dos32QueryABIOSSupport (OS/2 2.10+) 
  2513.      Dos32QueryAppType 
  2514.      Dos32QueryCp 
  2515.      Dos32QueryCurrentDir 
  2516.      Dos32QueryCurrentDisk 
  2517.      Dos32QueryDOSProperty 
  2518.      Dos32QueryEventSem 
  2519.      Dos32QueryExtLIBPATH (OS/2 2.30+) 
  2520.      Dos32QueryFHState 
  2521.      Dos32QueryFileInfo 
  2522.      Dos32QueryFSAttach 
  2523.      Dos32QueryFSInfo 
  2524.      Dos32QueryHType 
  2525.      Dos32QueryMem 
  2526.      Dos32QueryModFromEIP (OS/2 2.10+) 
  2527.      Dos32QueryModuleHandle 
  2528.      Dos32QueryModuleName 
  2529.      Dos32QueryMutexSem 
  2530.      Dos32QueryMuxWaitSem 
  2531.      Dos32QueryNPHState 
  2532.      Dos32QueryNPipeInfo 
  2533.      Dos32QueryNPipeSemState 
  2534.      Dos32QueryPathInfo 
  2535.      Dos32QueryProcAddr 
  2536.      Dos32QueryProcType 
  2537.      Dos32QueryResourceSize 
  2538.      Dos32QuerySysInfo 
  2539.      Dos32QueryThreadContext (OS/2 2.40+) 
  2540.      Dos32QueryVerify 
  2541.      Dos32RaiseException 
  2542.      Dos32RawReadNPipe 
  2543.      Dos32RawWriteNPipe 
  2544.      Dos32Read 
  2545.      Dos32RegisterPerfCtrs 
  2546.      Dos32ReleaseMutexSem 
  2547.      Dos32ReplaceModule 
  2548.      Dos32RequestMutexSem 
  2549.      Dos32RequestVDD 
  2550.      Dos32ResetBuffer 
  2551.      Dos32ResetEventSem 
  2552.      Dos32ResumeThread 
  2553.      Dos32ScanEnv 
  2554.      Dos32SearchPath 
  2555.      Dos32SendSignalException 
  2556.      Dos32SetCurrentDir 
  2557.      Dos32SetDateTime 
  2558.      Dos32SetDefaultDisk 
  2559.      Dos32SetDOSProperty 
  2560.      Dos32SetExceptionHandler 
  2561.      Dos32SetExtLIBPATH (OS/2 2.30+) 
  2562.      Dos32SetFHState 
  2563.      Dos32SetFileInfo 
  2564.      Dos32SetFileLocks 
  2565.      Dos32SetFilePtr 
  2566.      Dos32SetFileSize 
  2567.      Dos32SetFSInfo 
  2568.      Dos32SetMaxFH 
  2569.      Dos32SetMem 
  2570.      Dos32SetNPHState 
  2571.      Dos32SetNPipeSem 
  2572.      Dos32SetPathInfo 
  2573.      Dos32SetPriority 
  2574.      Dos32SetProcessCp 
  2575.      Dos32SetRelMaxFH 
  2576.      Dos32SetSignalExceptionFocus 
  2577.      Dos32SetVerify 
  2578.      Dos32Shutdown 
  2579.      Dos32Sleep 
  2580.      Dos32StartTimer 
  2581.      Dos32StopTimer 
  2582.      Dos32SubAllocMem 
  2583.      Dos32SubFreeMem 
  2584.      Dos32SubSetMem 
  2585.      Dos32SubUnsetMem 
  2586.      Dos32SuppressPopUps (OS/2 2.10+) 
  2587.      Dos32SuspendThread 
  2588.      Dos32TmrQueryFreq 
  2589.      Dos32TmrQueryTime 
  2590.      Dos32TransactNPipe 
  2591.      Dos32UnsetExceptionHandler 
  2592.      Dos32UnwindException 
  2593.      Dos32VerifyPidTid (OS/2 2.30+) 
  2594.      Dos32WaitChild 
  2595.      Dos32WaitEventSem 
  2596.      Dos32WaitMuxWaitSem 
  2597.      Dos32WaitNPipe 
  2598.      Dos32WaitThread 
  2599.      Dos32Write 
  2600.  
  2601.  
  2602. ΓòÉΓòÉΓòÉ 121. Help for HELPMGR ΓòÉΓòÉΓòÉ
  2603.  
  2604. Select the HELPMGR On or Off button to enable or disable the tracing of APIs 
  2605. imported by the executable file from HELPMGR.DLL. When the On button is 
  2606. selected, the APIs within HELPMGR.DLL are traced when the executable is run. 
  2607. When the Off button is selected, the APIs within HELPMGR.DLL are not traced 
  2608. when the executable is run. 
  2609.  
  2610. The following APIs are traced when HELPMGR is enabled for tracing: 
  2611.  
  2612.      Ddf32BeginList 
  2613.      Ddf32Bitmap 
  2614.      Ddf32EndList 
  2615.      Ddf32HyperText 
  2616.      Ddf32Inform 
  2617.      Ddf32Initialize 
  2618.      Ddf32ListItem 
  2619.      Ddf32Metafile 
  2620.      Ddf32Para 
  2621.      Ddf32SetColor 
  2622.      Ddf32SetFont 
  2623.      Ddf32SetFontStyle 
  2624.      Ddf32SetFormat 
  2625.      Ddf32SetTextAlign 
  2626.      Ddf32Text 
  2627.      Win32AssociateHelpInstance 
  2628.      Win32CreateHelpInstance 
  2629.      Win32CreateHelpTable 
  2630.      Win32DestroyHelpInstance 
  2631.      Win32LoadHelpTable 
  2632.      Win32QueryHelpInstance 
  2633.  
  2634.  
  2635. ΓòÉΓòÉΓòÉ 122. Help for KBDCALLS ΓòÉΓòÉΓòÉ
  2636.  
  2637. Select the KBDCALLS On or Off button to enable or disable the tracing of APIs 
  2638. imported by the executable file from KBDCALLS.DLL. When the On button is 
  2639. selected, the APIs within KBDCALLS.DLL are traced when the executable is run. 
  2640. When the Off button is selected, the APIs within KBDCALLS.DLL are not traced 
  2641. when the executable is run. 
  2642.  
  2643. The following APIs are traced when KBDCALLS is enabled for tracing: 
  2644.  
  2645.      Kbd16CharIn 
  2646.      Kbd16Close 
  2647.      Kbd16DeRegister 
  2648.      Kbd16FlushBuffer 
  2649.      Kbd16FreeFocus 
  2650.      Kbd16GetCp 
  2651.      Kbd16GetFocus 
  2652.      Kbd16GetHWId 
  2653.      Kbd16GetStatus 
  2654.      Kbd16Open 
  2655.      Kbd16Peek 
  2656.      Kbd16Register 
  2657.      Kbd16SetCp 
  2658.      Kbd16SetCustXt 
  2659.      Kbd16SetFgnd 
  2660.      Kbd16SetHWId 
  2661.      Kbd16SetStatus 
  2662.      Kbd16StringIn 
  2663.      Kbd16Synch 
  2664.      Kbd16Xlate 
  2665.  
  2666.  
  2667. ΓòÉΓòÉΓòÉ 123. Help for MONCALLS ΓòÉΓòÉΓòÉ
  2668.  
  2669. Select the MONCALLS On or Off button to enable or disable the tracing of APIs 
  2670. imported by the executable file from MONCALLS.DLL. When the On button is 
  2671. selected, the APIs within MONCALLS.DLL are traced when the executable is run. 
  2672. When the Off button is selected, the APIs within MONCALLS.DLL are not traced 
  2673. when the executable is run. 
  2674.  
  2675. The following APIs are traced when MONCALLS is enabled for tracing: 
  2676.  
  2677.      Dos16MonClose 
  2678.      Dos16MonOpen 
  2679.      Dos16MonRead 
  2680.      Dos16MonReg 
  2681.      Dos16MonWrite 
  2682.  
  2683.  
  2684. ΓòÉΓòÉΓòÉ 124. Help for MOUCALLS ΓòÉΓòÉΓòÉ
  2685.  
  2686. Select the MOUCALLS On or Off button to enable or disable the tracing of APIs 
  2687. imported by the executable file from MOUCALLS.DLL. When the On button is 
  2688. selected, the APIs within MOUCALLS.DLL are traced when the executable is run. 
  2689. When the Off button is selected, the APIs within MOUCALLS.DLL are not traced 
  2690. when the executable is run. 
  2691.  
  2692. The following APIs are traced when MOUCALLS is enabled for tracing: 
  2693.  
  2694.      Mou16Close 
  2695.      Mou16DeRegister 
  2696.      Mou16DrawPtr 
  2697.      Mou16FlushQue 
  2698.      Mou16GetDevStatus 
  2699.      Mou16GetEventMask 
  2700.      Mou16GetNumButtons 
  2701.      Mou16GetNumMickeys 
  2702.      Mou16GetNumQueEl 
  2703.      Mou16GetPtrPos 
  2704.      Mou16GetPtrShape 
  2705.      Mou16GetScaleFact 
  2706.      Mou16GetThreshold 
  2707.      Mou16InitReal 
  2708.      Mou16Open 
  2709.      Mou16ReadEventQue 
  2710.      Mou16Register 
  2711.      Mou16RemovePtr 
  2712.      Mou16SetDevStatus 
  2713.      Mou16SetEventMask 
  2714.      Mou16SetPtrPos 
  2715.      Mou16SetPtrShape 
  2716.      Mou16SetScaleFact 
  2717.      Mou16SetThreshold 
  2718.      Mou16Synch 
  2719.  
  2720.  
  2721. ΓòÉΓòÉΓòÉ 125. Help for MSG ΓòÉΓòÉΓòÉ
  2722.  
  2723. Select the MSG On or Off button to enable or disable the tracing of APIs 
  2724. imported by the executable file from MSG.DLL. When the On button is selected, 
  2725. the APIs within MSG.DLL are traced when the executable is run. When the Off 
  2726. button is selected, the APIs within MSG.DLL are not traced when the executable 
  2727. is run. 
  2728.  
  2729. The following APIs are traced when MSG is enabled for tracing: 
  2730.  
  2731.      Dos16GetMessage 
  2732.      Dos16InsMessage 
  2733.      Dos16PutMessage 
  2734.      Dos32InsertMessage 
  2735.      Dos32PutMessage 
  2736.      Dos32GetMessage 
  2737.      Dos32QueryMessageCP 
  2738.  
  2739.  
  2740. ΓòÉΓòÉΓòÉ 126. Help for NAMPIPES ΓòÉΓòÉΓòÉ
  2741.  
  2742. Select the NAMPIPES On or Off button to enable or disable the tracing of APIs 
  2743. imported by the executable file from NAMPIPES.DLL. When the On button is 
  2744. selected, the APIs within NAMPIPES.DLL are traced when the executable is run. 
  2745. When the Off button is selected, the APIs within NAMPIPES.DLL are not traced 
  2746. when the executable is run. 
  2747.  
  2748. The following APIs are traced when NAMPIPES is enabled for tracing: 
  2749.  
  2750.      Dos16CallNmPipe 
  2751.      Dos16ConnectNmPipe 
  2752.      Dos16DisConnectNmPipe 
  2753.      Dos16MakeNmPipe 
  2754.      Dos16PeekNmPipe 
  2755.      Dos16QNmPHandState 
  2756.      Dos16QNmPipeInfo 
  2757.      Dos16QNmPipeSemState 
  2758.      Dos16RawReadNmPipe 
  2759.      Dos16RawWriteNmPipe 
  2760.      Dos16SetNmPHandState 
  2761.      Dos16SetNmPipeSem 
  2762.      Dos16TransactNmPipe 
  2763.      Dos16WaitNmPipe 
  2764.  
  2765.  
  2766. ΓòÉΓòÉΓòÉ 127. Help for NLS ΓòÉΓòÉΓòÉ
  2767.  
  2768. Select the NLS On or Off button to enable or disable the tracing of APIs 
  2769. imported by the executable file from NLS.DLL. When the On button is selected, 
  2770. the APIs within NLS.DLL are traced when the executable is run. When the Off 
  2771. button is selected, the APIs within NLS.DLL are not traced when the executable 
  2772. is run. 
  2773.  
  2774. The following APIs are traced when NLS is enabled for tracing: 
  2775.  
  2776.      Dos16CaseMap 
  2777.      Dos16GetCollate 
  2778.      Dos16GetCtryInfo 
  2779.      Dos16GetDBCSEv 
  2780.      Dos32MapCase 
  2781.      Dos32QueryCollate 
  2782.      Dos32QueryCtryInfo 
  2783.      Dos32QueryDBCSEnv 
  2784.  
  2785.  
  2786. ΓòÉΓòÉΓòÉ 128. Help for PMCTLS ΓòÉΓòÉΓòÉ
  2787.  
  2788. Select the PMCTLS On or Off button to enable or disable the tracing of APIs 
  2789. imported by the executable file from PMCTLS.DLL. When the On button is 
  2790. selected, the APIs within PMCTLS.DLL are traced when the executable is run. 
  2791. When the Off button is selected, the APIs within PMCTLS.DLL are not traced when 
  2792. the executable is run. 
  2793.  
  2794. The following APIs are traced when PMCTLS is enabled for tracing: 
  2795.  
  2796.      Win32DefFileDlgProc 
  2797.      Win32DefFontDlgProc 
  2798.      Win32FileDlg 
  2799.      Win32FontDlg 
  2800.      Win32FreeFileDlgList 
  2801.      Win32RegisterCircularSlider (OS/2 2.30) 
  2802.  
  2803.  
  2804. ΓòÉΓòÉΓòÉ 129. Help for PMDRAG ΓòÉΓòÉΓòÉ
  2805.  
  2806. Select the PMDRAG On or Off button to enable or disable the tracing of APIs 
  2807. imported by the executable file from PMDRAG.DLL. When the On button is 
  2808. selected, the APIs within PMDRAG.DLL are traced when the executable is run. 
  2809. When the Off button is selected, the APIs within PMDRAG.DLL are not traced when 
  2810. the executable is run. 
  2811.  
  2812. The following APIs are traced when PMDRAG is enabled for tracing: 
  2813.  
  2814.      Drg32AcceptDroppedFiles 
  2815.      Drg32AccessDraginfo 
  2816.      Drg32AddStrHandle 
  2817.      Drg32AllocDraginfo 
  2818.      Drg32AllocDragtransfer 
  2819.      Drg32CancelLazyDrag (OS/2 2.30) 
  2820.      Drg32DeleteDraginfoStrHandles 
  2821.      Drg32DeleteStrHandle 
  2822.      Drg32Drag 
  2823.      Drg32DragFiles 
  2824.      Drg32FreeDraginfo 
  2825.      Drg32FreeDragtransfer 
  2826.      Drg32GetPS 
  2827.      Drg32LazyDrag (OS/2 2.30) 
  2828.      Drg32LazyDrop (OS/2 2.30) 
  2829.      Drg32PostTransferMsg 
  2830.      Drg32PushDraginfo 
  2831.      Drg32QueryDraginfoPtr (OS/2 2.30) 
  2832.      Drg32QueryDraginfoPtrFromDragitem (OS/2 2.30) 
  2833.      Drg32QueryDraginfoPtrFromHwnd (OS/2 2.30) 
  2834.      Drg32QueryDragitem 
  2835.      Drg32QueryDragitemCount 
  2836.      Drg32QueryDragitemPtr 
  2837.      Drg32QueryDragStatus (OS/2 2.30) 
  2838.      Drg32QueryFormat (OS/2 2.40) 
  2839.      Drg32QueryNativeRMF 
  2840.      Drg32QueryNativeRMFLen 
  2841.      Drg32QueryStrName 
  2842.      Drg32QueryStrNameLen 
  2843.      Drg32QueryTrueType 
  2844.      Drg32QueryTrueTypeLen 
  2845.      Drg32ReallocDraginfo (OS/2 2.30) 
  2846.      Drg32ReleasePS 
  2847.      Drg32SendTransferMsg 
  2848.      Drg32SetDragImage 
  2849.      Drg32SetDragitem 
  2850.      Drg32SetDragPointer 
  2851.      Drg32VerifyNativeRMF 
  2852.      Drg32VerifyRMF 
  2853.      Drg32VerifyTrueType 
  2854.      Drg32VerifyType 
  2855.      Drg32VerifyTypeSet 
  2856.  
  2857.  
  2858. ΓòÉΓòÉΓòÉ 130. Help for PMGPI ΓòÉΓòÉΓòÉ
  2859.  
  2860. Select the PMGPI On or Off button to enable or disable the tracing of APIs 
  2861. imported by the executable file from PMGPI DLL. When the On button is selected, 
  2862. the APIs within PMGPI.DLL are traced when the executable is run. When the Off 
  2863. button is selected, the APIs within PMGPI.DLL are not traced when the 
  2864. executable is run. 
  2865.  
  2866. Note:  The actual APIs traced within PMGPI.DLL are determined by the API groups 
  2867. selected through the PMGPI APIs customization window, which provides the same 
  2868. functionality as OS2TRACE's -G option. 
  2869.  
  2870. The following APIs are traced when PMGPI is enabled for tracing: 
  2871.  
  2872.      Dev32CloseDC 
  2873.      Dev32Escape 
  2874.      Dev32OpenDC 
  2875.      Dev32PostDeviceModes 
  2876.      Dev32PostEscape (OS/2 2.40+) 
  2877.      Dev32QueryCaps 
  2878.      Dev32QueryDeviceNames 
  2879.      Dev32QueryHardcopyCaps 
  2880.      Dev32StdOpen (OS/2 2.10+) 
  2881.      Gpi32AnimatePalette 
  2882.      Gpi32Associate 
  2883.      Gpi32BeginArea 
  2884.      Gpi32BeginElement 
  2885.      Gpi32BeginInkPath (OS/2 2.40+) 
  2886.      Gpi32BeginPath 
  2887.      Gpi32BitBlt 
  2888.      Gpi32Box 
  2889.      Gpi32CallSegmentMatrix 
  2890.      Gpi32CharString 
  2891.      Gpi32CharStringAt 
  2892.      Gpi32CharStringPos 
  2893.      Gpi32CharStringPosAt 
  2894.      Gpi32CloseFigure 
  2895.      Gpi32CloseSegment 
  2896.      Gpi32CombineRegion 
  2897.      Gpi32Comment 
  2898.      Gpi32Convert 
  2899.      Gpi32ConvertWithMatrix 
  2900.      Gpi32CopyMetaFile 
  2901.      Gpi32CorrelateChain 
  2902.      Gpi32CorrelateFrom 
  2903.      Gpi32CorrelateSegment 
  2904.      Gpi32CreateBitmap 
  2905.      Gpi32CreateEllipticRegion (OS/2 2.40+) 
  2906.      Gpi32CreateLogColorTable 
  2907.      Gpi32CreateLogFont 
  2908.      Gpi32CreatePalette 
  2909.      Gpi32CreatePolygonRegion (OS/2 2.40+) 
  2910.      Gpi32CreatePS 
  2911.      Gpi32CreateRegion 
  2912.      Gpi32CreateRoundRectRegion (OS/2 2.40+) 
  2913.      Gpi32DeleteBitmap 
  2914.      Gpi32DeleteElement 
  2915.      Gpi32DeleteElementRange 
  2916.      Gpi32DeleteElementsBetweenLabels 
  2917.      Gpi32DeleteMetaFile 
  2918.      Gpi32DeletePalette 
  2919.      Gpi32DeleteSegment 
  2920.      Gpi32DeleteSegments 
  2921.      Gpi32DeleteSetId 
  2922.      Gpi32DestroyPS 
  2923.      Gpi32DestroyRegion 
  2924.      Gpi32DrawBits 
  2925.      Gpi32DrawChain 
  2926.      Gpi32DrawDynamics 
  2927.      Gpi32DrawFrom 
  2928.      Gpi32DrawSegment 
  2929.      Gpi32Element 
  2930.      Gpi32EndArea 
  2931.      Gpi32EndElement 
  2932.      Gpi32EndInkPath (OS/2 2.40+) 
  2933.      Gpi32EndPath 
  2934.      Gpi32EqualRegion 
  2935.      Gpi32Erase 
  2936.      Gpi32ErrorSegmentData 
  2937.      Gpi32ExcludeClipRectangle 
  2938.      Gpi32FillPath 
  2939.      Gpi32FloodFill 
  2940.      Gpi32FrameRegion 
  2941.      Gpi32FullArc 
  2942.      Gpi32GetData 
  2943.      Gpi32Image 
  2944.      Gpi32IntersectClipRectangle 
  2945.      Gpi32Label 
  2946.      Gpi32Line 
  2947.      Gpi32LoadBitmap 
  2948.      Gpi32LoadFonts 
  2949.      Gpi32LoadMetaFile 
  2950.      Gpi32LoadPublicFonts 
  2951.      Gpi32Marker 
  2952.      Gpi32ModifyPath 
  2953.      Gpi32Move 
  2954.      Gpi32OffsetClipRegion 
  2955.      Gpi32OffsetElementPointer 
  2956.      Gpi32OffsetRegion 
  2957.      Gpi32OpenSegment 
  2958.      Gpi32OutlinePath 
  2959.      Gpi32PaintRegion 
  2960.      Gpi32PartialArc 
  2961.      Gpi32PathToRegion 
  2962.      Gpi32PlayMetaFile 
  2963.      Gpi32PointArc 
  2964.      Gpi32PolyFillet 
  2965.      Gpi32PolyFilletSharp 
  2966.      Gpi32Polygons 
  2967.      Gpi32PolyLine 
  2968.      Gpi32PolyLineDisjoint 
  2969.      Gpi32PolyMarker 
  2970.      Gpi32PolySpline 
  2971.      Gpi32Pop 
  2972.      Gpi32PtInRegion 
  2973.      Gpi32PtVisible 
  2974.      Gpi32PutData 
  2975.      Gpi32QueryArcParams 
  2976.      Gpi32QueryAttrMode 
  2977.      Gpi32QueryAttrs 
  2978.      Gpi32QueryBackColor 
  2979.      Gpi32QueryBackMix 
  2980.      Gpi32QueryBitmapBits 
  2981.      Gpi32QueryBitmapDimension 
  2982.      Gpi32QueryBitmapHandle 
  2983.      Gpi32QueryBitmapInfoHeader 
  2984.      Gpi32QueryBitmapParameters 
  2985.      Gpi32QueryBoundaryData 
  2986.      Gpi32QueryCharAngle 
  2987.      Gpi32QueryCharBox 
  2988.      Gpi32QueryCharBreakExtra 
  2989.      Gpi32QueryCharDirection 
  2990.      Gpi32QueryCharExtra 
  2991.      Gpi32QueryCharMode 
  2992.      Gpi32QueryCharSet 
  2993.      Gpi32QueryCharShear 
  2994.      Gpi32QueryCharStringPos 
  2995.      Gpi32QueryCharStringPosAt 
  2996.      Gpi32QueryClipBox 
  2997.      Gpi32QueryClipRegion 
  2998.      Gpi32QueryColor 
  2999.      Gpi32QueryColorData 
  3000.      Gpi32QueryColorIndex 
  3001.      Gpi32QueryCp 
  3002.      Gpi32QueryCurrentPosition 
  3003.      Gpi32QueryDefArcParams 
  3004.      Gpi32QueryDefAttrs 
  3005.      Gpi32QueryDefaultViewMatrix 
  3006.      Gpi32QueryDefCharBox 
  3007.      Gpi32QueryDefTag 
  3008.      Gpi32QueryDefViewingLimits 
  3009.      Gpi32QueryDevice 
  3010.      Gpi32QueryDeviceBitmapFormats 
  3011.      Gpi32QueryDrawControl 
  3012.      Gpi32QueryDrawingMode 
  3013.      Gpi32QueryEditMode 
  3014.      Gpi32QueryElement 
  3015.      Gpi32QueryElementPointer 
  3016.      Gpi32QueryElementType 
  3017.      Gpi32QueryFaceString 
  3018.      Gpi32QueryFontAction 
  3019.      Gpi32QueryFontFileDescriptions 
  3020.      Gpi32QueryFontMappingFlags (OS/2 2.40+) 
  3021.      Gpi32QueryFontMetrics 
  3022.      Gpi32QueryFonts 
  3023.      Gpi32QueryFullFontFileDescs 
  3024.      Gpi32QueryGraphicsField 
  3025.      Gpi32QueryInitialSegmentAttrs 
  3026.      Gpi32QueryKerningPairs 
  3027.      Gpi32QueryLineEnd 
  3028.      Gpi32QueryLineJoin 
  3029.      Gpi32QueryLineType 
  3030.      Gpi32QueryLineWidth 
  3031.      Gpi32QueryLineWidthGeom 
  3032.      Gpi32QueryLogColorTable 
  3033.      Gpi32QueryLogicalFont 
  3034.      Gpi32QueryMarker 
  3035.      Gpi32QueryMarkerBox 
  3036.      Gpi32QueryMarkerSet 
  3037.      Gpi32QueryMetaFileBits 
  3038.      Gpi32QueryMetaFileLength 
  3039.      Gpi32QueryMix 
  3040.      Gpi32QueryModelTransformMatrix 
  3041.      Gpi32QueryNearestColor 
  3042.      Gpi32QueryNearestPaletteIndex (OS/2 2.40+) 
  3043.      Gpi32QueryNumberSetIds 
  3044.      Gpi32QueryPageViewport 
  3045.      Gpi32QueryPalette 
  3046.      Gpi32QueryPaletteInfo 
  3047.      Gpi32QueryPattern 
  3048.      Gpi32QueryPatternRefPoint 
  3049.      Gpi32QueryPatternSet 
  3050.      Gpi32QueryPel 
  3051.      Gpi32QueryPickAperturePosition 
  3052.      Gpi32QueryPickApertureSize 
  3053.      Gpi32QueryPS 
  3054.      Gpi32QueryRasterizerCaps (OS/2 2.40+) 
  3055.      Gpi32QueryRealColors 
  3056.      Gpi32QueryRegionBox 
  3057.      Gpi32QueryRegionRects 
  3058.      Gpi32QueryRGBColor 
  3059.      Gpi32QuerySegmentAttrs 
  3060.      Gpi32QuerySegmentNames 
  3061.      Gpi32QuerySegmentPriority 
  3062.      Gpi32QuerySegmentTransformMatrix 
  3063.      Gpi32QuerySetIds 
  3064.      Gpi32QueryStopDraw 
  3065.      Gpi32QueryTabbedTextExtent (OS/2 2.40+) 
  3066.      Gpi32QueryTag 
  3067.      Gpi32QueryTextAlignment 
  3068.      Gpi32QueryTextBox 
  3069.      Gpi32QueryViewingLimits 
  3070.      Gpi32QueryViewingTransformMatrix 
  3071.      Gpi32QueryWidthTable 
  3072.      Gpi32RectInRegion 
  3073.      Gpi32RectVisible 
  3074.      Gpi32RemoveDynamics 
  3075.      Gpi32ResetBoundaryData 
  3076.      Gpi32ResetPS 
  3077.      Gpi32ResizePalette (OS/2 2.40+) 
  3078.      Gpi32RestorePS 
  3079.      Gpi32ResumePlay 
  3080.      Gpi32Rotate 
  3081.      Gpi32SaveMetaFile 
  3082.      Gpi32SavePS 
  3083.      Gpi32Scale 
  3084.      Gpi32SelectPalette 
  3085.      Gpi32SetArcParams 
  3086.      Gpi32SetAttrMode 
  3087.      Gpi32SetAttrs 
  3088.      Gpi32SetBackColor 
  3089.      Gpi32SetBackMix 
  3090.      Gpi32SetBitmap 
  3091.      Gpi32SetBitmapBits 
  3092.      Gpi32SetBitmapDimension 
  3093.      Gpi32SetBitmapId 
  3094.      Gpi32SetCharAngle 
  3095.      Gpi32SetCharBox 
  3096.      Gpi32SetCharBreakExtra 
  3097.      Gpi32SetCharDirection 
  3098.      Gpi32SetCharExtra 
  3099.      Gpi32SetCharMode 
  3100.      Gpi32SetCharSet 
  3101.      Gpi32SetCharShear 
  3102.      Gpi32SetClipPath 
  3103.      Gpi32SetClipRegion 
  3104.      Gpi32SetColor 
  3105.      Gpi32SetCp 
  3106.      Gpi32SetCurrentPosition 
  3107.      Gpi32SetDefArcParams 
  3108.      Gpi32SetDefAttrs 
  3109.      Gpi32SetDefaultViewMatrix 
  3110.      Gpi32SetDefTag 
  3111.      Gpi32SetDefViewingLimits 
  3112.      Gpi32SetDrawControl 
  3113.      Gpi32SetDrawingMode 
  3114.      Gpi32SetEditMode 
  3115.      Gpi32SetElementPointer 
  3116.      Gpi32SetElementPointerAtLabel 
  3117.      Gpi32SetFontMappingFlags (OS/2 2.40+) 
  3118.      Gpi32SetGraphicsField 
  3119.      Gpi32SetInitialSegmentAttrs 
  3120.      Gpi32SetLineEnd 
  3121.      Gpi32SetLineJoin 
  3122.      Gpi32SetLineType 
  3123.      Gpi32SetLineWidth 
  3124.      Gpi32SetLineWidthGeom 
  3125.      Gpi32SetMarker 
  3126.      Gpi32SetMarkerBox 
  3127.      Gpi32SetMarkerSet 
  3128.      Gpi32SetMetaFileBits 
  3129.      Gpi32SetMix 
  3130.      Gpi32SetModelTransformMatrix 
  3131.      Gpi32SetPageViewport 
  3132.      Gpi32SetPaletteEntries 
  3133.      Gpi32SetPattern 
  3134.      Gpi32SetPatternRefPoint 
  3135.      Gpi32SetPatternSet 
  3136.      Gpi32SetPel 
  3137.      Gpi32SetPickAperturePosition 
  3138.      Gpi32SetPickApertureSize 
  3139.      Gpi32SetPS 
  3140.      Gpi32SetRegion 
  3141.      Gpi32SetSegmentAttrs 
  3142.      Gpi32SetSegmentPriority 
  3143.      Gpi32SetSegmentTransformMatrix 
  3144.      Gpi32SetStopDraw 
  3145.      Gpi32SetTag 
  3146.      Gpi32SetTextAlignment 
  3147.      Gpi32SetViewingLimits 
  3148.      Gpi32SetViewingTransformMatrix 
  3149.      Gpi32StrokeInkPath (OS/2 2.40+) 
  3150.      Gpi32StrokePath 
  3151.      Gpi32SuspendPlay 
  3152.      Gpi32TabbedCharStringAt (OS/2 2.40+) 
  3153.      Gpi32Translate 
  3154.      Gpi32UnloadFonts 
  3155.      Gpi32UnloadPublicFonts 
  3156.      Gpi32WCBitBlt 
  3157.  
  3158.  
  3159. ΓòÉΓòÉΓòÉ 131. Help for PMMERGE ΓòÉΓòÉΓòÉ
  3160.  
  3161. Select the PMMERGE On or Off button to enable or disable the tracing of APIs 
  3162. imported by the executable file from PMMERGE.DLL. When the On button is 
  3163. selected, the APIs within PMMERGE.DLL are traced when the executable is run. 
  3164. When the Off button is selected, the APIs within PMMERGE.DLL are not traced 
  3165. when the executable is run. 
  3166.  
  3167. The following APIs are traced when PMMERGE is enabled for tracing: 
  3168.  
  3169.      Win32QueryControlColors (OS/2 2.40+) 
  3170.      Win32SetControlColors (OS/2 2.40+) 
  3171.  
  3172.  
  3173. ΓòÉΓòÉΓòÉ 132. Help for PMPIC ΓòÉΓòÉΓòÉ
  3174.  
  3175. Select the PMPIC On or Off button to enable or disable the tracing of APIs 
  3176. imported by the executable file from PMPIC.DLL. When the On button is selected, 
  3177. the APIs within PMPIC.DLL are traced when the executable is run. When the Off 
  3178. button is selected, the APIs within PMPIC.DLL are not traced when the 
  3179. executable is run. 
  3180.  
  3181. The following APIs are traced when PMPIC is enabled for tracing: 
  3182.  
  3183.      Pic32Ichg 
  3184.      Pic32Print 
  3185.  
  3186.  
  3187. ΓòÉΓòÉΓòÉ 133. Help for PMSHAPI ΓòÉΓòÉΓòÉ
  3188.  
  3189. Select the PMSHAPI On or Off button to enable or disable the tracing of APIs 
  3190. imported by the executable file from PMSHAPI.DLL. When the On button is 
  3191. selected, the APIs within PMSHAPI.DLL are traced when the executable is run. 
  3192. When the Off button is selected, the APIs within PMSHAPI.DLL are not traced 
  3193. when the executable is run. 
  3194.  
  3195. The following APIs are traced when PMSHAPI is enabled for tracing: 
  3196.  
  3197.      Prf32AddProgram 
  3198.      Prf32ChangeProgram 
  3199.      Prf32CloseProfile 
  3200.      Prf32DestroyGroup 
  3201.      Prf32OpenProfile 
  3202.      Prf32QueryDefinition 
  3203.      Prf32QueryProfile 
  3204.      Prf32QueryProfileData 
  3205.      Prf32QueryProfileInt 
  3206.      Prf32QueryProfileSize 
  3207.      Prf32QueryProfileString 
  3208.      Prf32QueryProgramTitles 
  3209.      Prf32RemoveProgram 
  3210.      Prf32Reset 
  3211.      Prf32WriteProfileData 
  3212.      Prf32WriteProfileString 
  3213.      Win32AddSwitchEntry 
  3214.      Win32ChangeSwitchEntry 
  3215.      Win32CreateSwitchEntry 
  3216.      Win32QuerySessionTitle 
  3217.      Win32QuerySwitchEntry 
  3218.      Win32QuerySwitchHandle 
  3219.      Win32QuerySwitchList 
  3220.      Win32QueryTaskSizePos 
  3221.      Win32QueryTaskTitle 
  3222.      Win32RemoveSwitchEntry 
  3223.      Win32StartApp 
  3224.      Win32SwitchProgramRegister 
  3225.      Win32SwitchToProgram 
  3226.      Win32TerminateApp 
  3227.  
  3228.  
  3229. ΓòÉΓòÉΓòÉ 134. Help for PMSPL ΓòÉΓòÉΓòÉ
  3230.  
  3231. Select the PMSPL On or Off button to enable or disable the tracing of APIs 
  3232. imported by the executable file from PMSPL.DLL. When the On button is selected, 
  3233. the APIs within PMSPL.DLL are traced when the executable is run. When the Off 
  3234. button is selected, the APIs within PMSPL.DLL are not traced when the 
  3235. executable is run. 
  3236.  
  3237. The following APIs are traced when PMSPL is enabled for tracing: 
  3238.  
  3239.      Prt32Abort 
  3240.      Prt32AbortDoc (OS/2 2.40+) 
  3241.      Prt32Close 
  3242.      Prt32DevIOCtl 
  3243.      Prt32NewPage (OS/2 2.40+) 
  3244.      Prt32Open 
  3245.      Prt32Query (OS/2 2.40+) 
  3246.      Prt32ResetAbort (OS/2 2.40+) 
  3247.      Prt32Set (OS/2 2.40+) 
  3248.      Prt32Write 
  3249.      Spl32ControlDevice 
  3250.      Spl32CopyJob 
  3251.      Spl32CreateDevice 
  3252.      Spl32CreatePort (OS/2 2.40+) 
  3253.      Spl32CreateQueue 
  3254.      Spl32DeleteDevice 
  3255.      Spl32DeleteJob 
  3256.      Spl32DeletePort (OS/2 2.40+) 
  3257.      Spl32DeleteQueue 
  3258.      Spl32Disable (OS/2 2.40+) 
  3259.      Spl32DisplayControlPanel (OS/2 2.40+) 
  3260.      Spl32Enable (OS/2 2.40+) 
  3261.      Spl32EnumDevice 
  3262.      Spl32EnumDriver 
  3263.      Spl32EnumJob 
  3264.      Spl32EnumPort 
  3265.      Spl32EnumPrinter 
  3266.      Spl32EnumQueue 
  3267.      Spl32EnumQueueProcessor 
  3268.      Spl32GetControlPanelList (OS/2 2.40+) 
  3269.      Spl32GetPortFromQ (OS/2 2.40+) 
  3270.      Spl32HoldJob 
  3271.      Spl32HoldQueue 
  3272.      Spl32MessageBox 
  3273.      Spl32ProtSendCmd (OS/2 2.40+) 
  3274.      Spl32ProtXlateCmd (OS/2 2.40+) 
  3275.      Spl32PurgeQueue 
  3276.      Spl32QmAbort 
  3277.      Spl32QmAbortDoc 
  3278.      Spl32QmClose 
  3279.      Spl32QmEndDoc 
  3280.      Spl32QmGetJobID (OS/2 2.40+) 
  3281.      Spl32QmNewPage (OS/2 2.40+) 
  3282.      Spl32QmOpen 
  3283.      Spl32QmStartDoc 
  3284.      Spl32QmWrite 
  3285.      Spl32QueryControlPanel (OS/2 2.40+) 
  3286.      Spl32QueryDevice 
  3287.      Spl32QueryDriver 
  3288.      Spl32QueryJob 
  3289.      Spl32QueryPath (OS/2 2.40+) 
  3290.      Spl32QueryPort (OS/2 2.40+) 
  3291.      Spl32QueryQueue 
  3292.      Spl32Register (OS/2 2.40+) 
  3293.      Spl32RegisterControlPanel (OS/2 2.40+) 
  3294.      Spl32ReleaseJob 
  3295.      Spl32ReleaseQueue 
  3296.      Spl32SetDevice 
  3297.      Spl32SetDriver 
  3298.      Spl32SetJob 
  3299.      Spl32SetPort (OS/2 2.40+) 
  3300.      Spl32SetQueue 
  3301.      Spl32StdClose 
  3302.      Spl32StdDelete 
  3303.      Spl32StdGetBits 
  3304.      Spl32StdOpen 
  3305.      Spl32StdQueryLength 
  3306.      Spl32StdStart 
  3307.      Spl32StdStop 
  3308.      Spl32UnRegister (OS/2 2.40+) 
  3309.  
  3310.  
  3311. ΓòÉΓòÉΓòÉ 135. Help for PMWIN ΓòÉΓòÉΓòÉ
  3312.  
  3313. Select the PMWIN On or Off button to enable or disable the tracing of APIs 
  3314. imported by the executable file from PMWIN.DLL. When the On button is selected, 
  3315. the APIs within PMWIN.DLL are traced when the executable is run. When the Off 
  3316. button is selected, the APIs within PMWIN.DLL are not traced when the 
  3317. executable is run. 
  3318.  
  3319. Note:  The actual APIs traced within PMWIN.DLL are determined by the API groups 
  3320. selected through the PMWIN APIs customization window, which provides the same 
  3321. functionality as OS2TRACE's -W option. 
  3322.  
  3323. The following APIs are traced when PMWIN is enabled for tracing: 
  3324.  
  3325.      Win32AddAtom 
  3326.      Win32Alarm 
  3327.      Win32BeginEnumWindows 
  3328.      Win32BeginPaint 
  3329.      Win32BroadcastMsg 
  3330.      Win32CalcFrameRect 
  3331.      Win32CallMsgFilter 
  3332.      Win32CancelShutdown 
  3333.      Win32CheckInput (OS/2 2.10+) 
  3334.      Win32CloseClipbrd 
  3335.      Win32CompareStrings 
  3336.      Win32CopyAccelTable 
  3337.      Win32CopyRect 
  3338.      Win32CpTranslateChar 
  3339.      Win32CpTranslateString 
  3340.      Win32CreateAccelTable 
  3341.      Win32CreateAtomTable 
  3342.      Win32CreateCursor 
  3343.      Win32CreateDlg 
  3344.      Win32CreateFrameControls 
  3345.      Win32CreateMenu 
  3346.      Win32CreateMsgQueue 
  3347.      Win32CreatePointer 
  3348.      Win32CreatePointerIndirect 
  3349.      Win32CreateStdWindow 
  3350.      Win32CreateWindow 
  3351.      Win32DdeInitiate 
  3352.      Win32DdePostMsg 
  3353.      Win32DdeRespond 
  3354.      Win32DefDlgProc 
  3355.      Win32DefWindowProc 
  3356.      Win32DeleteAtom 
  3357.      Win32DeleteLibrary 
  3358.      Win32DeleteProcedure 
  3359.      Win32DestroyAccelTable 
  3360.      Win32DestroyAtomTable 
  3361.      Win32DestroyCursor 
  3362.      Win32DestroyMsgQueue 
  3363.      Win32DestroyPointer 
  3364.      Win32DestroyWindow 
  3365.      Win32DismissDlg 
  3366.      Win32DispatchMsg 
  3367.      Win32DlgBox 
  3368.      Win32DrawBitmap 
  3369.      Win32DrawBorder 
  3370.      Win32DrawPointer 
  3371.      Win32DrawText 
  3372.      Win32EmptyClipbrd 
  3373.      Win32EnablePhysInput 
  3374.      Win32EnableWindow 
  3375.      Win32EnableWindowUpdate 
  3376.      Win32EndEnumWindows 
  3377.      Win32EndPaint 
  3378.      Win32EnumClipbrdFmts 
  3379.      Win32EnumDlgItem 
  3380.      Win32EqualRect 
  3381.      Win32ExcludeUpdateRegion 
  3382.      Win32FillRect 
  3383.      Win32FindAtom 
  3384.      Win32FlashWindow 
  3385.      Win32FocusChange 
  3386.      Win32FreeErrorInfo 
  3387.      Win32GetClipPS 
  3388.      Win32GetCurrentTime 
  3389.      Win32GetDlgMsg 
  3390.      Win32GetErasePS 
  3391.      Win32GetErrorInfo 
  3392.      Win32GetKeyState 
  3393.      Win32GetLastError 
  3394.      Win32GetMaxPosition 
  3395.      Win32GetMinPosition 
  3396.      Win32GetMsg 
  3397.      Win32GetNextWindow 
  3398.      Win32GetPhysKeyState 
  3399.      Win32GetPS 
  3400.      Win32GetScreenPS 
  3401.      Win32GetSysBitmap 
  3402.      Win32InflateRect 
  3403.      Win32Initialize 
  3404.      Win32InSendMsg 
  3405.      Win32IntersectRect 
  3406.      Win32InvalidateRect 
  3407.      Win32InvalidateRegion 
  3408.      Win32InvertRect 
  3409.      Win32IsChild 
  3410.      Win32IsPhysInputEnabled 
  3411.      Win32IsRectEmpty 
  3412.      Win32IsThreadActive 
  3413.      Win32IsWindow 
  3414.      Win32IsWindowEnabled 
  3415.      Win32IsWindowShowing 
  3416.      Win32IsWindowVisible 
  3417.      Win32LoadAccelTable 
  3418.      Win32LoadDlg 
  3419.      Win32LoadLibrary 
  3420.      Win32LoadMenu 
  3421.      Win32LoadMessage 
  3422.      Win32LoadPointer 
  3423.      Win32LoadProcedure 
  3424.      Win32LoadString 
  3425.      Win32LockInput 
  3426.      Win32LockPointerUpdate (OS/2 2.10+) 
  3427.      Win32LockVisRegions 
  3428.      Win32LockWindowUpdate 
  3429.      Win32MakePoints 
  3430.      Win32MakeRect 
  3431.      Win32MapDlgPoints 
  3432.      Win32MapWindowPoints 
  3433.      Win32MessageBox 
  3434.      Win32MsgMuxSemWait 
  3435.      Win32MsgSemWait 
  3436.      Win32MultWindowFromIDs 
  3437.      Win32NextChar 
  3438.      Win32OffsetRect 
  3439.      Win32OpenClipbrd 
  3440.      Win32OpenWindowDC 
  3441.      Win32PeekMsg 
  3442.      Win32PopupMenu 
  3443.      Win32PostMsg 
  3444.      Win32PostQueueMsg 
  3445.      Win32PrevChar 
  3446.      Win32ProcessDlg 
  3447.      Win32PtInRect 
  3448.      Win32QueryAccelTable 
  3449.      Win32QueryActiveWindow 
  3450.      Win32QueryAnchorBlock 
  3451.      Win32QueryAtomLength 
  3452.      Win32QueryAtomName 
  3453.      Win32QueryAtomUsage 
  3454.      Win32QueryCapture 
  3455.      Win32QueryClassInfo 
  3456.      Win32QueryClassName 
  3457.      Win32QueryClassThunkProc 
  3458.      Win32QueryClipbrdData 
  3459.      Win32QueryClipbrdFmtInfo 
  3460.      Win32QueryClipbrdOwner 
  3461.      Win32QueryClipbrdViewer 
  3462.      Win32QueryClipRegion (OS/2 2.40) 
  3463.      Win32QueryCp 
  3464.      Win32QueryCpList 
  3465.      Win32QueryCursorInfo 
  3466.      Win32QueryDesktopBkgnd 
  3467.      Win32QueryDesktopWindow 
  3468.      Win32QueryDlgItemShort 
  3469.      Win32QueryDlgItemText 
  3470.      Win32QueryDlgItemTextLength 
  3471.      Win32QueryFocus 
  3472.      Win32QueryMsgPos 
  3473.      Win32QueryMsgTime 
  3474.      Win32QueryObjectWindow 
  3475.      Win32QueryPointer 
  3476.      Win32QueryPointerInfo 
  3477.      Win32QueryPointerPos 
  3478.      Win32QueryPresParam 
  3479.      Win32QueryQueueInfo 
  3480.      Win32QueryQueueStatus 
  3481.      Win32QuerySendMsg 
  3482.      Win32QuerySysColor 
  3483.      Win32QuerySysModalWindow 
  3484.      Win32QuerySysPointer 
  3485.      Win32QuerySysPointerData (OS/2 2.10+) 
  3486.      Win32QuerySystemAtomTable 
  3487.      Win32QuerySysValue 
  3488.      Win32QueryUpdateRect 
  3489.      Win32QueryUpdateRegion 
  3490.      Win32QueryVersion 
  3491.      Win32QueryVisibleRegion (OS/2 2.10+) 
  3492.      Win32QueryWindow 
  3493.      Win32QueryWindowDC 
  3494.      Win32QueryWindowModel 
  3495.      Win32QueryWindowPos 
  3496.      Win32QueryWindowProcess 
  3497.      Win32QueryWindowPtr 
  3498.      Win32QueryWindowRect 
  3499.      Win32QueryWindowText 
  3500.      Win32QueryWindowTextLength 
  3501.      Win32QueryWindowThunkProc 
  3502.      Win32QueryWindowULong 
  3503.      Win32QueryWindowUShort 
  3504.      Win32QueueFromID 
  3505.      Win32RealizePalette 
  3506.      Win32RegisterClass 
  3507.      Win32RegisterUserDatatype 
  3508.      Win32RegisterUserMsg 
  3509.      Win32ReleaseErasePS 
  3510.      Win32ReleaseHook 
  3511.      Win32ReleasePS 
  3512.      Win32RemovePresParam 
  3513.      Win32ReplyMsg 
  3514.      Win32RequestMutexSem 
  3515.      Win32SaveWindowPos 
  3516.      Win32ScrollWindow 
  3517.      Win32SendDlgItemMsg 
  3518.      Win32SendMsg 
  3519.      Win32SetAccelTable 
  3520.      Win32SetActiveWindow 
  3521.      Win32SetCapture 
  3522.      Win32SetClassMsgInterest 
  3523.      Win32SetClassThunkProc 
  3524.      Win32SetClipbrdData 
  3525.      Win32SetClipbrdOwner 
  3526.      Win32SetClipbrdViewer 
  3527.      Win32SetClipRegion (OS/2 2.40) 
  3528.      Win32SetCp 
  3529.      Win32SetDesktopBkgnd 
  3530.      Win32SetDlgItemShort 
  3531.      Win32SetDlgItemText 
  3532.      Win32SetFocus 
  3533.      Win32SetHook 
  3534.      Win32SetKeyboardStateTable 
  3535.      Win32SetMsgInterest 
  3536.      Win32SetMsgMode 
  3537.      Win32SetMultWindowPos 
  3538.      Win32SetOwner 
  3539.      Win32SetParent 
  3540.      Win32SetPointer 
  3541.      Win32SetPointerOwner 
  3542.      Win32SetPointerPos 
  3543.      Win32SetPresParam 
  3544.      Win32SetRect 
  3545.      Win32SetRectEmpty 
  3546.      Win32SetSynchroMode 
  3547.      Win32SetSysColors 
  3548.      Win32SetSysModalWindow 
  3549.      Win32SetSysPointerData (OS/2 2.10+) 
  3550.      Win32SetSysValue 
  3551.      Win32SetVisibleRegionNotify (OS/2 2.10+) 
  3552.      Win32SetWindowBits 
  3553.      Win32SetWindowPos 
  3554.      Win32SetWindowPtr 
  3555.      Win32SetWindowText 
  3556.      Win32SetWindowThunkProc 
  3557.      Win32SetWindowULong 
  3558.      Win32SetWindowUShort 
  3559.      Win32ShowCursor 
  3560.      Win32ShowPointer 
  3561.      Win32ShowTrackRect 
  3562.      Win32ShowWindow 
  3563.      Win32StartTimer 
  3564.      Win32StopTimer 
  3565.      Win32StretchPointer 
  3566.      Win32SubclassWindow 
  3567.      Win32SubstituteStrings 
  3568.      Win32SubtractRect 
  3569.      Win32Terminate 
  3570.      Win32ThreadAssocQueue 
  3571.      Win32TrackRect 
  3572.      Win32TranslateAccel 
  3573.      Win32UnionRect 
  3574.      Win32UpdateWindow 
  3575.      Win32Upper 
  3576.      Win32UpperChar 
  3577.      Win32ValidateRect 
  3578.      Win32ValidateRegion 
  3579.      Win32WaitEventSem 
  3580.      Win32WaitMsg 
  3581.      Win32WaitMuxWaitSem 
  3582.      Win32WakeThread 
  3583.      Win32WindowFromDC 
  3584.      Win32WindowFromID 
  3585.      Win32WindowFromPoint 
  3586.  
  3587.  
  3588. ΓòÉΓòÉΓòÉ 136. Help for PMWP ΓòÉΓòÉΓòÉ
  3589.  
  3590. Select the PMWP On or Off button to enable or disable the tracing of APIs 
  3591. imported by the executable file from PMWP.DLL. When the On button is selected, 
  3592. the APIs within PMWP.DLL are traced when the executable is run. When the Off 
  3593. button is selected, the APIs within PMWP.DLL are not traced when the executable 
  3594. is run. 
  3595.  
  3596. The following APIs are traced when PMWP is enabled for tracing: 
  3597.  
  3598.      Win32CopyObject (OS/2 2.30+) 
  3599.      Win32CreateObject 
  3600.      Win32CreateShadow (OS/2 2.30+) 
  3601.      Win32DeregisterObjectClass 
  3602.      Win32DestroyObject 
  3603.      Win32EnumObjectClasses 
  3604.      Win32FreeFileIcon 
  3605.      Win32IsSOMDDReady (OS/2 2.30+) 
  3606.      Win32IsWPDServerReady (OS/2 2.30+) 
  3607.      Win32LoadFileIcon 
  3608.      Win32LockupSystem (OS/2 2.10+) 
  3609.      Win32MoveObject (OS/2 2.30+) 
  3610.      Win32OpenObject (OS/2 2.30+) 
  3611.      Win32QueryActiveDesktopPathname (OS/2 2.30+) 
  3612.      Win32QueryObject 
  3613.      Win32QueryObjectPath (OS/2 2.30+) 
  3614.      Win32RegisterObjectClass 
  3615.      Win32ReplaceObjectClass 
  3616.      Win32RestartSOMDD (OS/2 2.30+) 
  3617.      Win32RestartWPDServer (OS/2 2.30+) 
  3618.      Win32RestoreWindowPos 
  3619.      Win32SaveObject (OS/2 2.30+) 
  3620.      Win32SetFileIcon 
  3621.      Win32SetObjectData 
  3622.      Win32ShutdownSystem 
  3623.      Win32StoreWindowPos 
  3624.      Win32UnlockSystem (OS/2 2.10+) 
  3625.  
  3626.  
  3627. ΓòÉΓòÉΓòÉ 137. Help for QUECALLS ΓòÉΓòÉΓòÉ
  3628.  
  3629. Select the QUECALLS On or Off button to enable or disable the tracing of APIs 
  3630. imported by the executable file from QUECALLS.DLL. When the On button is 
  3631. selected, the APIs within QUECALLS.DLL are traced when the executable is run. 
  3632. When the Off button is selected, the APIs within QUECALLS.DLL are not traced 
  3633. when the executable is run. 
  3634.  
  3635. The following APIs are traced when QUECALLS is enabled for tracing: 
  3636.  
  3637.      Dos16CloseQueue 
  3638.      Dos16CreateQueue 
  3639.      Dos16OpenQueue 
  3640.      Dos16PeekQueue 
  3641.      Dos16PurgeQueue 
  3642.      Dos16QueryQueue 
  3643.      Dos16ReadQueue 
  3644.      Dos16WriteQueue 
  3645.      Dos32CloseQueue 
  3646.      Dos32CreateQueue 
  3647.      Dos32OpenQueue 
  3648.      Dos32PeekQueue 
  3649.      Dos32PurgeQueue 
  3650.      Dos32QueryQueue 
  3651.      Dos32ReadQueue 
  3652.      Dos32WriteQueue 
  3653.  
  3654.  
  3655. ΓòÉΓòÉΓòÉ 138. Help for SESMGR ΓòÉΓòÉΓòÉ
  3656.  
  3657. Select the SESMGR On or Off button to enable or disable the tracing of APIs 
  3658. imported by the executable file from SESMGR.DLL. When the On button is 
  3659. selected, the APIs within SESMGR.DLL are traced when the executable is run. 
  3660. When the Off button is selected, the APIs within SESMGR.DLL are not traced when 
  3661. the executable is run. 
  3662.  
  3663. The following APIs are traced when SESMGR is enabled for tracing: 
  3664.  
  3665.      Dos16SelectSession 
  3666.      Dos16SetSession 
  3667.      Dos16SMRegisterDD 
  3668.      Dos16StartSession 
  3669.      Dos16StopSession 
  3670.      Dos32SelectSession 
  3671.      Dos32SetSession 
  3672.      Dos32StartSession 
  3673.      Dos32StopSession 
  3674.  
  3675.  
  3676. ΓòÉΓòÉΓòÉ 139. Help for VIOCALLS ΓòÉΓòÉΓòÉ
  3677.  
  3678. Select the VIOCALLS On or Off button to enable or disable the tracing of APIs 
  3679. imported by the executable file from VIOCALLS.DLL. When the On button is 
  3680. selected, the APIs within VIOCALLS.DLL are traced when the executable is run. 
  3681. When the Off button is selected, the APIs within VIOCALLS.DLL are not traced 
  3682. when the executable is run. 
  3683.  
  3684. The following APIs are traced when VIOCALLS is enabled for tracing: 
  3685.  
  3686.      Vio16CheckCharType 
  3687.      Vio16DeRegister 
  3688.      Vio16EndPopUp 
  3689.      Vio16GetAnsi 
  3690.      Vio16GetBuf 
  3691.      Vio16GetConfig 
  3692.      Vio16GetCp 
  3693.      Vio16GetCurPos 
  3694.      Vio16GetCurType 
  3695.      Vio16GetFont 
  3696.      Vio16GetMode 
  3697.      Vio16GetPhysBuf 
  3698.      Vio16GetState 
  3699.      Vio16GlobalReg 
  3700.      Vio16ModeUndo 
  3701.      Vio16ModeWait 
  3702.      Vio16PopUp 
  3703.      Vio16PrtSc 
  3704.      Vio16PrtScToggle 
  3705.      Vio16ReadCellStr 
  3706.      Vio16ReadCharStr 
  3707.      Vio16RedrawSize 
  3708.      Vio16Register 
  3709.      Vio16SavRedrawUndo 
  3710.      Vio16SavRedrawWait 
  3711.      Vio16ScrLock 
  3712.      Vio16ScrollDn 
  3713.      Vio16ScrollLf 
  3714.      Vio16ScrollRt 
  3715.      Vio16ScrollUp 
  3716.      Vio16ScrUnLock 
  3717.      Vio16SetAnsi 
  3718.      Vio16SetCp 
  3719.      Vio16SetCurPos 
  3720.      Vio16SetCurType 
  3721.      Vio16SetFont 
  3722.      Vio16SetMode 
  3723.      Vio16SetState 
  3724.      Vio16ShowBuf 
  3725.      Vio16WrtCellStr 
  3726.      Vio16WrtCharStr 
  3727.      Vio16WrtCharStrAtt 
  3728.      Vio16WrtNAttr 
  3729.      Vio16WrtNCell 
  3730.      Vio16WrtNChar 
  3731.      Vio16WrtTTY 
  3732.  
  3733.  
  3734. ΓòÉΓòÉΓòÉ 140. Help for OK ΓòÉΓòÉΓòÉ
  3735.  
  3736. Select OK to save any trace enablement changes to the executable file and exit 
  3737. this window. If the launch .EXE files option is enabled (checked) and the 
  3738. executable file is a .EXE, a dialog is presented for launching the .EXE. 
  3739.  
  3740.  
  3741. ΓòÉΓòÉΓòÉ 141. Help for Cancel ΓòÉΓòÉΓòÉ
  3742.  
  3743. Select Cancel to exit this window without saving any trace enablement changes 
  3744. to the executable file. 
  3745.  
  3746.  
  3747. ΓòÉΓòÉΓòÉ 142. Help for All On ΓòÉΓòÉΓòÉ
  3748.  
  3749. Select All On to enable API tracing for all supported DLLs imported by the 
  3750. executable file. 
  3751.  
  3752.  
  3753. ΓòÉΓòÉΓòÉ 143. Help for All Off ΓòÉΓòÉΓòÉ
  3754.  
  3755. Select All Off to disable API tracing for all supported DLLs imported by the 
  3756. executable file. 
  3757.  
  3758.  
  3759. ΓòÉΓòÉΓòÉ 144. Help for Undo ΓòÉΓòÉΓòÉ
  3760.  
  3761. Select Undo to restore the trace enablement states of the supported DLLs to 
  3762. those which were active before this window was displayed. 
  3763.  
  3764.  
  3765. ΓòÉΓòÉΓòÉ 145. Help for Summarization ΓòÉΓòÉΓòÉ
  3766.  
  3767. View and optionally save the summary of the tracing of OS/2 APIs logged in the 
  3768. trace information file. 
  3769.  
  3770. For a detailed explanation of each button, select from the list below: 
  3771.  
  3772.  o  OK 
  3773.  o  Save As... 
  3774.  
  3775.  
  3776. ΓòÉΓòÉΓòÉ 146. Help for Summarization ΓòÉΓòÉΓòÉ
  3777.  
  3778. Use the scroll bars to view the trace information summarization not visible 
  3779. within the multi-line entry field. 
  3780.  
  3781.  
  3782. ΓòÉΓòÉΓòÉ 147. Help for OK ΓòÉΓòÉΓòÉ
  3783.  
  3784. Select OK to exit this window. 
  3785.  
  3786.  
  3787. ΓòÉΓòÉΓòÉ 148. Help for Save As... ΓòÉΓòÉΓòÉ
  3788.  
  3789. Select Save As... to save any trace information summarization to a file. 
  3790.  
  3791.  
  3792. ΓòÉΓòÉΓòÉ 149. Help for Launch ΓòÉΓòÉΓòÉ
  3793.  
  3794. Enter any command line parameters to be passed to the .EXE in the entry field. 
  3795. If specifying more than one parameter, the parameters must be separated by 
  3796. blanks. Select Foreground to start the .EXE in the foreground or select 
  3797. Background to start the .EXE in the background. 
  3798.  
  3799. For a detailed explanation of each button, select from the list below: 
  3800.  
  3801.  o  OK 
  3802.  o  Cancel 
  3803.  
  3804.  
  3805. ΓòÉΓòÉΓòÉ 150. Help for Parameters ΓòÉΓòÉΓòÉ
  3806.  
  3807. Enter any command line parameters to be passed to the .EXE. If specifying more 
  3808. than one parameter, the parameters must be separated by blanks. 
  3809.  
  3810.  
  3811. ΓòÉΓòÉΓòÉ 151. Help for Foreground Session ΓòÉΓòÉΓòÉ
  3812.  
  3813. Select Foreground to start the .EXE in the foreground. 
  3814.  
  3815.  
  3816. ΓòÉΓòÉΓòÉ 152. Help for Background Session ΓòÉΓòÉΓòÉ
  3817.  
  3818. Select Background to start the .EXE in the background. 
  3819.  
  3820.  
  3821. ΓòÉΓòÉΓòÉ 153. Help for OK ΓòÉΓòÉΓòÉ
  3822.  
  3823. Select OK to exit this window and launch the .EXE. 
  3824.  
  3825.  
  3826. ΓòÉΓòÉΓòÉ 154. Help for Cancel ΓòÉΓòÉΓòÉ
  3827.  
  3828. Select Cancel to exit this window without launching the .EXE.